You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Box.Sdk.Gen/Client/IBoxClient.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,5 +163,7 @@ public interface IBoxClient {
163
163
164
164
publicIShieldListsManagerShieldLists{get=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");}
165
165
166
+
publicIArchivesManagerArchives{get=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");}
publicSystem.Threading.Tasks.Task<ArchivesV2025R0>GetArchivesV2025R0Async(GetArchivesV2025R0QueryParams?queryParams=default,GetArchivesV2025R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
24
+
25
+
/// <summary>
26
+
/// Creates an archive.
27
+
/// </summary>
28
+
/// <param name="requestBody">
29
+
/// Request body of createArchiveV2025R0 method
30
+
/// </param>
31
+
/// <param name="headers">
32
+
/// Headers of createArchiveV2025R0 method
33
+
/// </param>
34
+
/// <param name="cancellationToken">
35
+
/// Token used for request cancellation.
36
+
/// </param>
37
+
publicSystem.Threading.Tasks.Task<ArchiveV2025R0>CreateArchiveV2025R0Async(CreateArchiveV2025R0RequestBodyrequestBody,CreateArchiveV2025R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
38
+
39
+
/// <summary>
40
+
/// Permanently deletes an archive.
41
+
/// </summary>
42
+
/// <param name="archiveId">
43
+
/// The ID of the archive.
44
+
/// Example: "982312"
45
+
/// </param>
46
+
/// <param name="headers">
47
+
/// Headers of deleteArchiveByIdV2025R0 method
48
+
/// </param>
49
+
/// <param name="cancellationToken">
50
+
/// Token used for request cancellation.
51
+
/// </param>
52
+
publicSystem.Threading.Tasks.TaskDeleteArchiveByIdV2025R0Async(stringarchiveId,DeleteArchiveByIdV2025R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
0 commit comments