public class CustomProtectedDimensionService extends FeishuApiClient
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CustomProtectedDimensionService.AddProtectedDimensionRange
添加保护范围信息
|
static class |
CustomProtectedDimensionService.DimensionRange
维度范围
|
static class |
CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest
批量操作保护范围请求
|
static class |
CustomProtectedDimensionService.ProtectedDimensionRequest
保护范围操作请求
|
BASE_URL, feishuClient, gson, httpClient, JSON_MEDIA_TYPE| 构造器和说明 |
|---|
CustomProtectedDimensionService(FeishuClient feishuClient)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResponse |
protectedDimensionBatchUpdate(String spreadsheetToken,
CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest request)
批量操作保护范围 支持添加保护范围 支持处理多个请求,如果有请求失败则中断后续请求
|
createAuthenticatedRequest, executeRequest, getTenantAccessTokenpublic CustomProtectedDimensionService(FeishuClient feishuClient)
feishuClient - 飞书客户端public ApiResponse protectedDimensionBatchUpdate(String spreadsheetToken, CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest request) throws IOException
spreadsheetToken - 电子表格Tokenrequest - 批量操作请求IOException - 请求异常Copyright © 2025. All rights reserved.