public class FeishuClient extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FeishuClient.Builder
FeishuClient构建器
|
| 限定符和类型 | 方法和说明 |
|---|---|
CustomCellService |
customCells()
获取扩展单元格服务
|
CustomDataValidationService |
customDataValidations()
获取自定义数据验证服务
|
CustomDimensionService |
customDimensions()
获取扩展行列服务
|
CustomProtectedDimensionService |
customProtectedDimensions()
获取扩展保护范围服务
|
CustomSheetService |
customSheets()
获取扩展表格服务
|
CustomValueService |
customValues()
获取扩展数据值服务
|
com.lark.oapi.service.drive.DriveService |
drive()
获取官方驱动服务
|
String |
getAppId()
获取应用ID
|
String |
getAppSecret()
获取应用密钥
|
com.lark.oapi.Client |
getOfficialClient()
获取官方客户端
|
static FeishuClient.Builder |
newBuilder(String appId,
String appSecret)
创建客户端构建器
|
com.lark.oapi.service.sheets.SheetsService |
sheets()
获取官方表格服务
|
public static FeishuClient.Builder newBuilder(String appId, String appSecret)
appId - 应用IDappSecret - 应用密钥public com.lark.oapi.service.sheets.SheetsService sheets()
public com.lark.oapi.service.drive.DriveService drive()
public CustomSheetService customSheets()
public CustomDimensionService customDimensions()
public CustomCellService customCells()
public CustomValueService customValues()
public CustomDataValidationService customDataValidations()
public CustomProtectedDimensionService customProtectedDimensions()
public com.lark.oapi.Client getOfficialClient()
public String getAppId()
public String getAppSecret()
Copyright © 2025. All rights reserved.