public class Section extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSectionResp |
create(CreateSectionReq req)
创建自定义分组,为清单或我负责的任务列表创建一个自定义分组。
|
CreateSectionResp |
create(CreateSectionReq req,
RequestOptions reqOptions)
创建自定义分组,为清单或我负责的任务列表创建一个自定义分组。
|
DeleteSectionResp |
delete(DeleteSectionReq req)
删除自定义分组,删除一个自定义分组。
|
DeleteSectionResp |
delete(DeleteSectionReq req,
RequestOptions reqOptions)
删除自定义分组,删除一个自定义分组。
|
GetSectionResp |
get(GetSectionReq req)
获取自定义分组详情,获取一个自定义分组详情,包括名称,创建人等信息。
|
GetSectionResp |
get(GetSectionReq req,
RequestOptions reqOptions)
获取自定义分组详情,获取一个自定义分组详情,包括名称,创建人等信息。
|
ListSectionResp |
list(ListSectionReq req)
获取自定义分组列表,获取一个资源下所有的自定义分组列表。
|
ListSectionResp |
list(ListSectionReq req,
RequestOptions reqOptions)
获取自定义分组列表,获取一个资源下所有的自定义分组列表。
|
PatchSectionResp |
patch(PatchSectionReq req)
更新自定义分组,更新自定义分组,可以更新自定义分组的名称和位置。
|
PatchSectionResp |
patch(PatchSectionReq req,
RequestOptions reqOptions)
更新自定义分组,更新自定义分组,可以更新自定义分组的名称和位置。
|
TasksSectionResp |
tasks(TasksSectionReq req)
列取自定义分组中的任务,列取一个自定义分组里的所有任务。
|
TasksSectionResp |
tasks(TasksSectionReq req,
RequestOptions reqOptions)
列取自定义分组中的任务,列取一个自定义分组里的所有任务。
|
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 ;
Exceptionpublic CreateSectionResp create(CreateSectionReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=task&resource=section&version=v2 ;
Exceptionpublic 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 ;
Exceptionpublic DeleteSectionResp delete(DeleteSectionReq req) throws Exception
需要自定义分组归属资源的编辑权限。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=task&resource=section&version=v2 ;
Exceptionpublic 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 ;
Exceptionpublic GetSectionResp get(GetSectionReq req) throws Exception
需要清单归属资源的读取权限。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=task&resource=section&version=v2 ;
Exceptionpublic 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 ;
Exceptionpublic ListSectionResp list(ListSectionReq req) throws Exception
获取自定义分组列表需要资源的读取权限。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=task&resource=section&version=v2 ;
Exceptionpublic 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 ;
Exceptionpublic PatchSectionResp patch(PatchSectionReq req) throws Exception
需要自定义分组所在资源的编辑权限。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=task&resource=section&version=v2 ;
Exceptionpublic 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 ;
Exceptionpublic TasksSectionResp tasks(TasksSectionReq req) throws Exception
需要自定义分组所在资源的读取权限。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=tasks&project=task&resource=section&version=v2 ;
ExceptionCopyright © 2026. All rights reserved.