类 CustomProtectedDimensionService
java.lang.Object
cn.isliu.core.service.AbstractFeishuApiService
cn.isliu.core.service.CustomProtectedDimensionService
自定义保护范围服务 提供保护行列的API
-
嵌套类概要
嵌套类修饰符和类型类说明static class添加保护范围信息static class维度范围static class批量操作保护范围请求static class保护范围操作请求 -
字段概要
从类继承的字段 cn.isliu.core.service.AbstractFeishuApiService
BASE_URL, feishuClient, gson, httpClient, JSON_MEDIA_TYPE, tokenManager -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protectedDimensionBatchUpdate(String spreadsheetToken, CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest request) 批量操作保护范围 支持添加保护范围 支持处理多个请求,如果有请求失败则中断后续请求从类继承的方法 cn.isliu.core.service.AbstractFeishuApiService
createAuthenticatedRequest, executeRequest, getTenantAccessToken
-
构造器详细资料
-
CustomProtectedDimensionService
构造函数- 参数:
feishuClient- 飞书客户端
-
-
方法详细资料
-
protectedDimensionBatchUpdate
public ApiResponse protectedDimensionBatchUpdate(String spreadsheetToken, CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest request) throws IOException 批量操作保护范围 支持添加保护范围 支持处理多个请求,如果有请求失败则中断后续请求- 参数:
spreadsheetToken- 电子表格Tokenrequest- 批量操作请求- 返回:
- 批量操作响应
- 抛出:
IOException- 请求异常
-