public class BizEntityTagRelation extends Object
BizEntityTagRelation(Config config)
CreateBizEntityTagRelationResp
create(CreateBizEntityTagRelationReq req)
create(CreateBizEntityTagRelationReq req, RequestOptions reqOptions)
GetBizEntityTagRelationResp
get(GetBizEntityTagRelationReq req)
get(GetBizEntityTagRelationReq req, RequestOptions reqOptions)
UpdateBizEntityTagRelationResp
update(UpdateBizEntityTagRelationReq req)
update(UpdateBizEntityTagRelationReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BizEntityTagRelation(Config config)
public CreateBizEntityTagRelationResp create(CreateBizEntityTagRelationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=biz_entity_tag_relation&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/CreateBizEntityTagRelationSample.java ;
Exception
public CreateBizEntityTagRelationResp create(CreateBizEntityTagRelationReq req) throws Exception
public GetBizEntityTagRelationResp get(GetBizEntityTagRelationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=im&resource=biz_entity_tag_relation&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/GetBizEntityTagRelationSample.java ;
public GetBizEntityTagRelationResp get(GetBizEntityTagRelationReq req) throws Exception
public UpdateBizEntityTagRelationResp update(UpdateBizEntityTagRelationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=im&resource=biz_entity_tag_relation&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/UpdateBizEntityTagRelationSample.java ;
public UpdateBizEntityTagRelationResp update(UpdateBizEntityTagRelationReq req) throws Exception
Copyright © 2024. All rights reserved.