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/Managers/Collections/ICollectionsManager.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public interface ICollectionsManager {
41
41
/// <param name="cancellationToken">
42
42
/// Token used for request cancellation.
43
43
/// </param>
44
-
publicSystem.Threading.Tasks.Task<Items>GetCollectionItemsAsync(stringcollectionId,GetCollectionItemsQueryParams?queryParams=default,GetCollectionItemsHeaders?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
44
+
publicSystem.Threading.Tasks.Task<ItemsOffsetPaginated>GetCollectionItemsAsync(stringcollectionId,GetCollectionItemsQueryParams?queryParams=default,GetCollectionItemsHeaders?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
Copy file name to clipboardExpand all lines: Box.Sdk.Gen/Managers/ListCollaborations/IListCollaborationsManager.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public interface IListCollaborationsManager {
71
71
/// <param name="cancellationToken">
72
72
/// Token used for request cancellation.
73
73
/// </param>
74
-
publicSystem.Threading.Tasks.Task<Collaborations>GetCollaborationsAsync(GetCollaborationsQueryParamsqueryParams,GetCollaborationsHeaders?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
74
+
publicSystem.Threading.Tasks.Task<CollaborationsOffsetPaginated>GetCollaborationsAsync(GetCollaborationsQueryParamsqueryParams,GetCollaborationsHeaders?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
75
75
76
76
/// <summary>
77
77
/// Retrieves all the collaborations for a group. The user
@@ -93,7 +93,7 @@ public interface IListCollaborationsManager {
93
93
/// <param name="cancellationToken">
94
94
/// Token used for request cancellation.
95
95
/// </param>
96
-
publicSystem.Threading.Tasks.Task<Collaborations>GetGroupCollaborationsAsync(stringgroupId,GetGroupCollaborationsQueryParams?queryParams=default,GetGroupCollaborationsHeaders?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
96
+
publicSystem.Threading.Tasks.Task<CollaborationsOffsetPaginated>GetGroupCollaborationsAsync(stringgroupId,GetGroupCollaborationsQueryParams?queryParams=default,GetGroupCollaborationsHeaders?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