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
@@ -155,5 +155,7 @@ public interface IBoxClient {
155
155
156
156
publicIDocgenManagerDocgen{get=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");}
157
157
158
+
publicIShieldListsManagerShieldLists{get=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");}
publicSystem.Threading.Tasks.Task<ShieldListsV2025R0>GetShieldListsV2025R0Async(GetShieldListsV2025R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
20
+
21
+
/// <summary>
22
+
/// Creates a shield list.
23
+
/// </summary>
24
+
/// <param name="requestBody">
25
+
/// Request body of createShieldListV2025R0 method
26
+
/// </param>
27
+
/// <param name="headers">
28
+
/// Headers of createShieldListV2025R0 method
29
+
/// </param>
30
+
/// <param name="cancellationToken">
31
+
/// Token used for request cancellation.
32
+
/// </param>
33
+
publicSystem.Threading.Tasks.Task<ShieldListV2025R0>CreateShieldListV2025R0Async(ShieldListsCreateV2025R0requestBody,CreateShieldListV2025R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
34
+
35
+
/// <summary>
36
+
/// Retrieves a single shield list by its ID.
37
+
/// </summary>
38
+
/// <param name="shieldListId">
39
+
/// The unique identifier that represents a shield list.
40
+
/// The ID for any Shield List can be determined by the response from the endpoint
publicSystem.Threading.Tasks.Task<ShieldListV2025R0>GetShieldListByIdV2025R0Async(stringshieldListId,GetShieldListByIdV2025R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
51
+
52
+
/// <summary>
53
+
/// Delete a single shield list by its ID.
54
+
/// </summary>
55
+
/// <param name="shieldListId">
56
+
/// The unique identifier that represents a shield list.
57
+
/// The ID for any Shield List can be determined by the response from the endpoint
publicSystem.Threading.Tasks.TaskDeleteShieldListByIdV2025R0Async(stringshieldListId,DeleteShieldListByIdV2025R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
68
+
69
+
/// <summary>
70
+
/// Updates a shield list.
71
+
/// </summary>
72
+
/// <param name="shieldListId">
73
+
/// The unique identifier that represents a shield list.
74
+
/// The ID for any Shield List can be determined by the response from the endpoint
/// Request body of updateShieldListByIdV2025R0 method
80
+
/// </param>
81
+
/// <param name="headers">
82
+
/// Headers of updateShieldListByIdV2025R0 method
83
+
/// </param>
84
+
/// <param name="cancellationToken">
85
+
/// Token used for request cancellation.
86
+
/// </param>
87
+
publicSystem.Threading.Tasks.Task<ShieldListV2025R0>UpdateShieldListByIdV2025R0Async(stringshieldListId,ShieldListsUpdateV2025R0requestBody,UpdateShieldListByIdV2025R0Headers?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