类的使用
cn.isliu.core.pojo.ApiResponse
使用ApiResponse的程序包
-
cn.isliu.core.service中ApiResponse的使用
修饰符和类型方法说明CustomCellService.cellsBatchUpdate(String spreadsheetToken, CustomCellService.CellBatchUpdateRequest request) 批量操作单元格 支持合并单元格等操作 支持处理多个请求,如果有请求失败则中断后续请求CustomDataValidationService.dataValidationBatchUpdate(String spreadsheetToken, CustomDataValidationService.DataValidationBatchUpdateRequest request) 批量处理数据验证请求CustomDimensionService.dimensionsBatchUpdate(String spreadsheetToken, CustomDimensionService.DimensionBatchUpdateRequest request) 批量操作行列 支持添加、插入等操作 支持处理多个请求,如果有请求失败则中断后续请求CustomProtectedDimensionService.protectedDimensionBatchUpdate(String spreadsheetToken, CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest request) 批量操作保护范围 支持添加保护范围 支持处理多个请求,如果有请求失败则中断后续请求CustomSheetService.sheetsBatchUpdate(String spreadsheetToken, CustomSheetService.SheetBatchUpdateRequest request) 批量更新工作表 支持添加、复制、删除等操作CustomValueService.valueBatchUpdate(String spreadsheetToken, CustomValueService.ValueBatchUpdateRequest request) 批量操作数据值 支持在指定范围前插入数据、在指定范围后追加数据等操作