public class Tag extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateTagResp |
create(CreateTagReq req)
创建标签,创建标签并返回标签 ID。
|
CreateTagResp |
create(CreateTagReq req,
RequestOptions reqOptions)
创建标签,创建标签并返回标签 ID。
|
PatchTagResp |
patch(PatchTagReq req)
修改标签,修改标签在各个语言下的名称。
|
PatchTagResp |
patch(PatchTagReq req,
RequestOptions reqOptions)
修改标签,修改标签在各个语言下的名称。
|
public Tag(Config config)
public CreateTagResp create(CreateTagReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=tag&version=v2 ;
Exceptionpublic CreateTagResp create(CreateTagReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=tag&version=v2 ;
Exceptionpublic PatchTagResp patch(PatchTagReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=im&resource=tag&version=v2 ;
Exceptionpublic PatchTagResp patch(PatchTagReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=im&resource=tag&version=v2 ;
ExceptionCopyright © 2026. All rights reserved.