类 AppTableField
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明新增字段,该接口用于在数据表中新增一个字段create(CreateAppTableFieldReq req, RequestOptions reqOptions) 新增字段,该接口用于在数据表中新增一个字段删除字段,该接口用于在数据表中删除一个字段delete(DeleteAppTableFieldReq req, RequestOptions reqOptions) 删除字段,该接口用于在数据表中删除一个字段list(ListAppTableFieldReq req) 列出字段,根据 app_token 和 table_id,获取数据表的所有字段list(ListAppTableFieldReq req, RequestOptions reqOptions) 列出字段,根据 app_token 和 table_id,获取数据表的所有字段更新字段,该接口用于在数据表中更新一个字段update(UpdateAppTableFieldReq req, RequestOptions reqOptions) 更新字段,该接口用于在数据表中更新一个字段
-
构造器详细资料
-
AppTableField
-
-
方法详细资料
-
create
public CreateAppTableFieldResp create(CreateAppTableFieldReq req, RequestOptions reqOptions) throws Exception 新增字段,该接口用于在数据表中新增一个字段该接口支持调用频率上限为 10 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/create ;
- 抛出:
Exception
-
create
新增字段,该接口用于在数据表中新增一个字段该接口支持调用频率上限为 10 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/create ;
- 抛出:
Exception
-
delete
public DeleteAppTableFieldResp delete(DeleteAppTableFieldReq req, RequestOptions reqOptions) throws Exception 删除字段,该接口用于在数据表中删除一个字段该接口支持调用频率上限为 10 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/delete ;
- 抛出:
Exception
-
delete
删除字段,该接口用于在数据表中删除一个字段该接口支持调用频率上限为 10 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/delete ;
- 抛出:
Exception
-
list
public ListAppTableFieldResp list(ListAppTableFieldReq req, RequestOptions reqOptions) throws Exception 列出字段,根据 app_token 和 table_id,获取数据表的所有字段该接口支持调用频率上限为 20 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/list ;
- 抛出:
Exception
-
list
列出字段,根据 app_token 和 table_id,获取数据表的所有字段该接口支持调用频率上限为 20 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/list ;
- 抛出:
Exception
-
update
public UpdateAppTableFieldResp update(UpdateAppTableFieldReq req, RequestOptions reqOptions) throws Exception 更新字段,该接口用于在数据表中更新一个字段该接口支持调用频率上限为 10 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/update ;
- 抛出:
Exception
-
update
更新字段,该接口用于在数据表中更新一个字段该接口支持调用频率上限为 10 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-field/update ;
- 抛出:
Exception
-