public class CustomDimensionService extends FeishuApiClient
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CustomDimensionService.DimensionBatchUpdateRequest
批量操作行列请求
|
static class |
CustomDimensionService.DimensionProperties
维度属性
|
static class |
CustomDimensionService.DimensionRange
添加行列维度范围
|
static class |
CustomDimensionService.DimensionRequest
行列操作请求
|
static class |
CustomDimensionService.InsertDimensionRange
插入维度范围
|
static class |
CustomDimensionService.UpdateDimensionRange
更新维度范围
|
BASE_URL, feishuClient, gson, httpClient, JSON_MEDIA_TYPE| 构造器和说明 |
|---|
CustomDimensionService(FeishuClient feishuClient)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResponse |
dimensionsBatchUpdate(String spreadsheetToken,
CustomDimensionService.DimensionBatchUpdateRequest request)
批量操作行列 支持添加、插入等操作 支持处理多个请求,如果有请求失败则中断后续请求
|
createAuthenticatedRequest, executeRequest, getTenantAccessTokenpublic CustomDimensionService(FeishuClient feishuClient)
feishuClient - 飞书客户端public ApiResponse dimensionsBatchUpdate(String spreadsheetToken, CustomDimensionService.DimensionBatchUpdateRequest request) throws IOException
spreadsheetToken - 电子表格Tokenrequest - 批量操作请求IOException - 请求异常Copyright © 2025. All rights reserved.