public class Section extends Object
Section(Config config)
CreateSectionResp
create(CreateSectionReq req)
create(CreateSectionReq req, RequestOptions reqOptions)
DeleteSectionResp
delete(DeleteSectionReq req)
delete(DeleteSectionReq req, RequestOptions reqOptions)
GetSectionResp
get(GetSectionReq req)
get(GetSectionReq req, RequestOptions reqOptions)
ListSectionResp
list(ListSectionReq req)
list(ListSectionReq req, RequestOptions reqOptions)
PatchSectionResp
patch(PatchSectionReq req)
patch(PatchSectionReq req, RequestOptions reqOptions)
TasksSectionResp
tasks(TasksSectionReq req)
tasks(TasksSectionReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Section(Config config)
public CreateSectionResp create(CreateSectionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=task&resource=section&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/CreateSectionSample.java ;
Exception
public CreateSectionResp create(CreateSectionReq req) throws Exception
public DeleteSectionResp delete(DeleteSectionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=task&resource=section&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/DeleteSectionSample.java ;
public DeleteSectionResp delete(DeleteSectionReq req) throws Exception
public GetSectionResp get(GetSectionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=task&resource=section&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/GetSectionSample.java ;
public GetSectionResp get(GetSectionReq req) throws Exception
public ListSectionResp list(ListSectionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=task&resource=section&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/ListSectionSample.java ;
public ListSectionResp list(ListSectionReq req) throws Exception
public PatchSectionResp patch(PatchSectionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=task&resource=section&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/PatchSectionSample.java ;
public PatchSectionResp patch(PatchSectionReq req) throws Exception
public TasksSectionResp tasks(TasksSectionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=tasks&project=task&resource=section&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/TasksSectionSample.java ;
public TasksSectionResp tasks(TasksSectionReq req) throws Exception
Copyright © 2025. All rights reserved.