@@ -188,7 +188,7 @@ public void cellsWorksheetsDeleteWorksheetTest() throws ApiException {
188188 String sheetName = SHEET1 ;
189189 String folder = TEMPFOLDER ;
190190 CellsApiUtil .Upload (api , folder , name );
191- WorksheetsResponse response = api .cellsWorksheetsDeleteWorksheet (name ,
191+ CellsCloudResponse response = api .cellsWorksheetsDeleteWorksheet (name ,
192192 sheetName , folder , null );
193193
194194 // TODO: test validations
@@ -538,7 +538,7 @@ public void cellsWorksheetsPostMoveWorksheetTest() throws ApiException {
538538 moving .setPosition ("after" );
539539 String folder = TEMPFOLDER ;
540540 CellsApiUtil .Upload (api , folder , name );
541- WorksheetsResponse response = api .cellsWorksheetsPostMoveWorksheet (
541+ CellsCloudResponse response = api .cellsWorksheetsPostMoveWorksheet (
542542 name , sheetName , moving , folder , null );
543543
544544 // TODO: test validations
@@ -723,7 +723,7 @@ public void cellsWorksheetsPutAddNewWorksheetTest() throws ApiException {
723723 String sheettype = "VB" ;
724724 String folder = TEMPFOLDER ;
725725 CellsApiUtil .Upload (api , folder , name );
726- WorksheetsResponse response = api .cellsWorksheetsPutAddNewWorksheet (
726+ CellsCloudResponse response = api .cellsWorksheetsPutAddNewWorksheet (
727727 name , sheetName , position , sheettype , folder , null );
728728
729729 // TODO: test validations
@@ -745,7 +745,7 @@ public void cellsWorksheetsPutChangeVisibilityWorksheetTest()
745745 Boolean isVisible = true ;
746746 String folder = TEMPFOLDER ;
747747 CellsApiUtil .Upload (api , folder , name );
748- WorksheetResponse response = api
748+ CellsCloudResponse response = api
749749 .cellsWorksheetsPutChangeVisibilityWorksheet (name , sheetName ,
750750 isVisible , folder , null );
751751
0 commit comments