public class Tag extends Object
Tag(Config config)
CreateTagResp
create(CreateTagReq req)
create(CreateTagReq req, RequestOptions reqOptions)
PatchTagResp
patch(PatchTagReq req)
patch(PatchTagReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/CreateTagSample.java ;
Exception
public CreateTagResp create(CreateTagReq req) throws Exception
public 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 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/PatchTagSample.java ;
public PatchTagResp patch(PatchTagReq req) throws Exception
Copyright © 2025. All rights reserved.