public class Entity extends Object
Entity(Config config)
CreateEntityResp
create(CreateEntityReq req)
create(CreateEntityReq req, RequestOptions reqOptions)
DeleteEntityResp
delete(DeleteEntityReq req)
delete(DeleteEntityReq req, RequestOptions reqOptions)
GetEntityResp
get(GetEntityReq req)
get(GetEntityReq req, RequestOptions reqOptions)
HighlightEntityResp
highlight(HighlightEntityReq req)
highlight(HighlightEntityReq req, RequestOptions reqOptions)
ListEntityResp
list(ListEntityReq req)
list(ListEntityReq req, RequestOptions reqOptions)
MatchEntityResp
match(MatchEntityReq req)
match(MatchEntityReq req, RequestOptions reqOptions)
SearchEntityResp
search(SearchEntityReq req)
search(SearchEntityReq req, RequestOptions reqOptions)
UpdateEntityResp
update(UpdateEntityReq req)
update(UpdateEntityReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Entity(Config config)
public CreateEntityResp create(CreateEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/CreateEntitySample.java ;
Exception
public CreateEntityResp create(CreateEntityReq req) throws Exception
public DeleteEntityResp delete(DeleteEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/DeleteEntitySample.java ;
public DeleteEntityResp delete(DeleteEntityReq req) throws Exception
public GetEntityResp get(GetEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/GetEntitySample.java ;
public GetEntityResp get(GetEntityReq req) throws Exception
public HighlightEntityResp highlight(HighlightEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=highlight&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/HighlightEntitySample.java ;
public HighlightEntityResp highlight(HighlightEntityReq req) throws Exception
public ListEntityResp list(ListEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/ListEntitySample.java ;
public ListEntityResp list(ListEntityReq req) throws Exception
public MatchEntityResp match(MatchEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=match&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/MatchEntitySample.java ;
public MatchEntityResp match(MatchEntityReq req) throws Exception
public SearchEntityResp search(SearchEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/SearchEntitySample.java ;
public SearchEntityResp search(SearchEntityReq req) throws Exception
public UpdateEntityResp update(UpdateEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=lingo&resource=entity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/UpdateEntitySample.java ;
public UpdateEntityResp update(UpdateEntityReq req) throws Exception
Copyright © 2024. All rights reserved.