Skip to content

Commit 11bd3af

Browse files
microsoft-graph-devx-bot[bot]Microsoft Graph DevX Tooling
andauthored
feat(generation): update request builders and models (#3128)
Update generated files with build 219281 Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent fa7fa72 commit 11bd3af

119 files changed

Lines changed: 1363 additions & 289 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/CreateImportSession/CreateImportSessionRequestBuilder.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public CreateImportSessionRequestBuilder(string rawUrl, IRequestAdapter requestA
3535
{
3636
}
3737
/// <summary>
38-
/// Invoke action createImportSession
38+
/// Create a session to import an Exchange mailbox item that was exported using the exportItems API.
39+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailbox-createimportsession?view=graph-rest-1.0" />
3940
/// </summary>
4041
/// <returns>A <see cref="global::Microsoft.Graph.Models.MailboxItemImportSession"/></returns>
4142
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -58,7 +59,7 @@ public CreateImportSessionRequestBuilder(string rawUrl, IRequestAdapter requestA
5859
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.MailboxItemImportSession>(requestInfo, global::Microsoft.Graph.Models.MailboxItemImportSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
5960
}
6061
/// <summary>
61-
/// Invoke action createImportSession
62+
/// Create a session to import an Exchange mailbox item that was exported using the exportItems API.
6263
/// </summary>
6364
/// <returns>A <see cref="RequestInformation"/></returns>
6465
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
3434
{
3535
}
3636
/// <summary>
37-
/// Invoke action exportItems
37+
/// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn&apos;t intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see Overview of the mailbox import and export APIs in Microsoft Graph. You can export up to 20 items in a single export request.
38+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailbox-exportitems?view=graph-rest-1.0" />
3839
/// </summary>
3940
/// <returns>A <see cref="global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsPostResponse"/></returns>
4041
/// <param name="body">The request body</param>
@@ -59,7 +60,8 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
5960
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsPostResponse>(requestInfo, global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsPostResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6061
}
6162
/// <summary>
62-
/// Invoke action exportItems
63+
/// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn&apos;t intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see Overview of the mailbox import and export APIs in Microsoft Graph. You can export up to 20 items in a single export request.
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailbox-exportitems?view=graph-rest-1.0" />
6365
/// </summary>
6466
/// <returns>A <see cref="global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsResponse"/></returns>
6567
/// <param name="body">The request body</param>
@@ -85,7 +87,7 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
8587
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsResponse>(requestInfo, global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8688
}
8789
/// <summary>
88-
/// Invoke action exportItems
90+
/// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn&apos;t intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see Overview of the mailbox import and export APIs in Microsoft Graph. You can export up to 20 items in a single export request.
8991
/// </summary>
9092
/// <returns>A <see cref="RequestInformation"/></returns>
9193
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
3434
{
3535
}
3636
/// <summary>
37-
/// Invoke function delta
37+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
38+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-1.0" />
3839
/// </summary>
3940
/// <returns>A <see cref="global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaGetResponse"/></returns>
4041
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -57,7 +58,8 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
5758
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaGetResponse>(requestInfo, global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
5859
}
5960
/// <summary>
60-
/// Invoke function delta
61+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
62+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-1.0" />
6163
/// </summary>
6264
/// <returns>A <see cref="global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaResponse"/></returns>
6365
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -81,7 +83,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
8183
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaResponse>(requestInfo, global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8284
}
8385
/// <summary>
84-
/// Invoke function delta
86+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
8587
/// </summary>
8688
/// <returns>A <see cref="RequestInformation"/></returns>
8789
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -109,7 +111,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
109111
return new global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter);
110112
}
111113
/// <summary>
112-
/// Invoke function delta
114+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
113115
/// </summary>
114116
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
115117
public partial class DeltaRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/FoldersRequestBuilder.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public FoldersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba
6060
{
6161
}
6262
/// <summary>
63-
/// Get folders from admin
63+
/// Get all the mailboxFolder objects in the specified mailbox, including any search folders.
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailbox-list-folders?view=graph-rest-1.0" />
6465
/// </summary>
6566
/// <returns>A <see cref="global::Microsoft.Graph.Models.MailboxFolderCollectionResponse"/></returns>
6667
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -83,7 +84,7 @@ public FoldersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba
8384
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.MailboxFolderCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.MailboxFolderCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8485
}
8586
/// <summary>
86-
/// Get folders from admin
87+
/// Get all the mailboxFolder objects in the specified mailbox, including any search folders.
8788
/// </summary>
8889
/// <returns>A <see cref="RequestInformation"/></returns>
8990
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -111,7 +112,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
111112
return new global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.FoldersRequestBuilder(rawUrl, RequestAdapter);
112113
}
113114
/// <summary>
114-
/// Get folders from admin
115+
/// Get all the mailboxFolder objects in the specified mailbox, including any search folders.
115116
/// </summary>
116117
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
117118
public partial class FoldersRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/ChildFoldersRequestBuilder.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public ChildFoldersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
6060
{
6161
}
6262
/// <summary>
63-
/// Get childFolders from admin
63+
/// Get the mailboxFolder collection under the specified mailboxFolder in a mailbox.
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailboxfolder-list-childfolders?view=graph-rest-1.0" />
6465
/// </summary>
6566
/// <returns>A <see cref="global::Microsoft.Graph.Models.MailboxFolderCollectionResponse"/></returns>
6667
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -83,7 +84,7 @@ public ChildFoldersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
8384
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.MailboxFolderCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.MailboxFolderCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8485
}
8586
/// <summary>
86-
/// Get childFolders from admin
87+
/// Get the mailboxFolder collection under the specified mailboxFolder in a mailbox.
8788
/// </summary>
8889
/// <returns>A <see cref="RequestInformation"/></returns>
8990
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -111,7 +112,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
111112
return new global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.ChildFoldersRequestBuilder(rawUrl, RequestAdapter);
112113
}
113114
/// <summary>
114-
/// Get childFolders from admin
115+
/// Get the mailboxFolder collection under the specified mailboxFolder in a mailbox.
115116
/// </summary>
116117
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
117118
public partial class ChildFoldersRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
3434
{
3535
}
3636
/// <summary>
37-
/// Invoke function delta
37+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
38+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-1.0" />
3839
/// </summary>
3940
/// <returns>A <see cref="global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaGetResponse"/></returns>
4041
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -57,7 +58,8 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
5758
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaGetResponse>(requestInfo, global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
5859
}
5960
/// <summary>
60-
/// Invoke function delta
61+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
62+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-1.0" />
6163
/// </summary>
6264
/// <returns>A <see cref="global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaResponse"/></returns>
6365
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -81,7 +83,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
8183
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaResponse>(requestInfo, global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8284
}
8385
/// <summary>
84-
/// Invoke function delta
86+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
8587
/// </summary>
8688
/// <returns>A <see cref="RequestInformation"/></returns>
8789
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -109,7 +111,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
109111
return new global::Microsoft.Graph.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter);
110112
}
111113
/// <summary>
112-
/// Invoke function delta
114+
/// Get a set of mailboxFolder objects that were added, deleted, or removed from the user&apos;s mailbox. A delta function call for 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 folders. This approach allows you to maintain and synchronize a local store of a user&apos;s mail folders without having to fetch all the folders of that mailbox from the server every time.
113115
/// </summary>
114116
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
115117
public partial class DeltaRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)