@@ -10826,7 +10826,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
1082610826 * @return Call to execute
1082710827 * @throws ApiException If fail to serialize the request body object
1082810828 */
10829- public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalCall(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
10829+ public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalCall(String name, String sheetName, Integer listObjectIndex, List< TableTotalRequest> tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
1083010830 Object localVarPostBody = tableTotalRequests;
1083110831
1083210832 // create path and map variables
@@ -10874,7 +10874,7 @@ public com.squareup.okhttp.Response intercept(com.squareup.okhttp.Interceptor.Ch
1087410874 }
1087510875
1087610876 @SuppressWarnings("rawtypes")
10877- private com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalValidateBeforeCall(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
10877+ private com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalValidateBeforeCall(String name, String sheetName, Integer listObjectIndex, List< TableTotalRequest> tableTotalRequests, String folder, String storageName, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
1087810878
1087910879 // verify the required parameter 'name' is set
1088010880 if (name == null) {
@@ -10913,7 +10913,7 @@ private com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalVa
1091310913 * @return CellsCloudResponse
1091410914 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1091510915 */
10916- public CellsCloudResponse cellsListObjectsPostWorksheetListColumnsTotal(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName) throws ApiException {
10916+ public CellsCloudResponse cellsListObjectsPostWorksheetListColumnsTotal(String name, String sheetName, Integer listObjectIndex, List< TableTotalRequest> tableTotalRequests, String folder, String storageName) throws ApiException {
1091710917 ApiResponse<CellsCloudResponse> resp = cellsListObjectsPostWorksheetListColumnsTotalWithHttpInfo(name, sheetName, listObjectIndex, tableTotalRequests, folder, storageName);
1091810918 return resp.getData();
1091910919 }
@@ -10930,7 +10930,7 @@ public CellsCloudResponse cellsListObjectsPostWorksheetListColumnsTotal(String n
1093010930 * @return ApiResponse<CellsCloudResponse>
1093110931 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1093210932 */
10933- public ApiResponse<CellsCloudResponse> cellsListObjectsPostWorksheetListColumnsTotalWithHttpInfo(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName) throws ApiException {
10933+ public ApiResponse<CellsCloudResponse> cellsListObjectsPostWorksheetListColumnsTotalWithHttpInfo(String name, String sheetName, Integer listObjectIndex, List< TableTotalRequest> tableTotalRequests, String folder, String storageName) throws ApiException {
1093410934 com.squareup.okhttp.Call call = cellsListObjectsPostWorksheetListColumnsTotalValidateBeforeCall(name, sheetName, listObjectIndex, tableTotalRequests, folder, storageName, null, null);
1093510935 Type localVarReturnType = new TypeToken<CellsCloudResponse>(){}.getType();
1093610936 return apiClient.execute(call, localVarReturnType);
@@ -10949,7 +10949,7 @@ public ApiResponse<CellsCloudResponse> cellsListObjectsPostWorksheetListColumnsT
1094910949 * @return The request call
1095010950 * @throws ApiException If fail to process the API call, e.g. serializing the request body object
1095110951 */
10952- public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalAsync(String name, String sheetName, Integer listObjectIndex, TableTotalRequest tableTotalRequests, String folder, String storageName, final ApiCallback<CellsCloudResponse> callback) throws ApiException {
10952+ public com.squareup.okhttp.Call cellsListObjectsPostWorksheetListColumnsTotalAsync(String name, String sheetName, Integer listObjectIndex, List< TableTotalRequest> tableTotalRequests, String folder, String storageName, final ApiCallback<CellsCloudResponse> callback) throws ApiException {
1095310953
1095410954 ProgressResponseBody.ProgressListener progressListener = null;
1095510955 ProgressRequestBody.ProgressRequestListener progressRequestListener = null;
0 commit comments