public class WorkspaceTable extends Object
WorkspaceTable(Config config)
ListWorkspaceTableResp
list(ListWorkspaceTableReq req)
list(ListWorkspaceTableReq req, RequestOptions reqOptions)
RecordsBatchUpdateWorkspaceTableResp
recordsBatchUpdate(RecordsBatchUpdateWorkspaceTableReq req)
recordsBatchUpdate(RecordsBatchUpdateWorkspaceTableReq req, RequestOptions reqOptions)
RecordsDeleteWorkspaceTableResp
recordsDelete(RecordsDeleteWorkspaceTableReq req)
recordsDelete(RecordsDeleteWorkspaceTableReq req, RequestOptions reqOptions)
RecordsGetWorkspaceTableResp
recordsGet(RecordsGetWorkspaceTableReq req)
recordsGet(RecordsGetWorkspaceTableReq req, RequestOptions reqOptions)
RecordsPatchWorkspaceTableResp
recordsPatch(RecordsPatchWorkspaceTableReq req)
recordsPatch(RecordsPatchWorkspaceTableReq req, RequestOptions reqOptions)
RecordsPostWorkspaceTableResp
recordsPost(RecordsPostWorkspaceTableReq req)
recordsPost(RecordsPostWorkspaceTableReq req, RequestOptions reqOptions)
TableGetWorkspaceTableResp
tableGet(TableGetWorkspaceTableReq req)
tableGet(TableGetWorkspaceTableReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WorkspaceTable(Config config)
public ListWorkspaceTableResp list(ListWorkspaceTableReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=apaas&resource=workspace.table&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/apaasv1/ListWorkspaceTableSample.java ;
Exception
public ListWorkspaceTableResp list(ListWorkspaceTableReq req) throws Exception
public RecordsBatchUpdateWorkspaceTableResp recordsBatchUpdate(RecordsBatchUpdateWorkspaceTableReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=records_batch_update&project=apaas&resource=workspace.table&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/apaasv1/RecordsBatchUpdateWorkspaceTableSample.java ;
public RecordsBatchUpdateWorkspaceTableResp recordsBatchUpdate(RecordsBatchUpdateWorkspaceTableReq req) throws Exception
public RecordsDeleteWorkspaceTableResp recordsDelete(RecordsDeleteWorkspaceTableReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=records_delete&project=apaas&resource=workspace.table&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/apaasv1/RecordsDeleteWorkspaceTableSample.java ;
public RecordsDeleteWorkspaceTableResp recordsDelete(RecordsDeleteWorkspaceTableReq req) throws Exception
public RecordsGetWorkspaceTableResp recordsGet(RecordsGetWorkspaceTableReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=records_get&project=apaas&resource=workspace.table&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/apaasv1/RecordsGetWorkspaceTableSample.java ;
public RecordsGetWorkspaceTableResp recordsGet(RecordsGetWorkspaceTableReq req) throws Exception
public RecordsPatchWorkspaceTableResp recordsPatch(RecordsPatchWorkspaceTableReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=records_patch&project=apaas&resource=workspace.table&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/apaasv1/RecordsPatchWorkspaceTableSample.java ;
public RecordsPatchWorkspaceTableResp recordsPatch(RecordsPatchWorkspaceTableReq req) throws Exception
public RecordsPostWorkspaceTableResp recordsPost(RecordsPostWorkspaceTableReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=records_post&project=apaas&resource=workspace.table&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/apaasv1/RecordsPostWorkspaceTableSample.java ;
public RecordsPostWorkspaceTableResp recordsPost(RecordsPostWorkspaceTableReq req) throws Exception
public TableGetWorkspaceTableResp tableGet(TableGetWorkspaceTableReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=table_get&project=apaas&resource=workspace.table&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/apaasv1/TableGetWorkspaceTableSample.java ;
public TableGetWorkspaceTableResp tableGet(TableGetWorkspaceTableReq req) throws Exception
Copyright © 2026. All rights reserved.