public class ExternalApplication extends Object
ExternalApplication(Config config)
CreateExternalApplicationResp
create(CreateExternalApplicationReq req)
create(CreateExternalApplicationReq req, RequestOptions reqOptions)
DeleteExternalApplicationResp
delete(DeleteExternalApplicationReq req)
delete(DeleteExternalApplicationReq req, RequestOptions reqOptions)
ListExternalApplicationResp
list(ListExternalApplicationReq req)
list(ListExternalApplicationReq req, RequestOptions reqOptions)
UpdateExternalApplicationResp
update(UpdateExternalApplicationReq req)
update(UpdateExternalApplicationReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExternalApplication(Config config)
public CreateExternalApplicationResp create(CreateExternalApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/external_application/create ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/CreateExternalApplicationSample.java ;
Exception
public CreateExternalApplicationResp create(CreateExternalApplicationReq req) throws Exception
public DeleteExternalApplicationResp delete(DeleteExternalApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=external_application&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/DeleteExternalApplicationSample.java ;
public DeleteExternalApplicationResp delete(DeleteExternalApplicationReq req) throws Exception
public ListExternalApplicationResp list(ListExternalApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=external_application&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/ListExternalApplicationSample.java ;
public ListExternalApplicationResp list(ListExternalApplicationReq req) throws Exception
public UpdateExternalApplicationResp update(UpdateExternalApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=hire&resource=external_application&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/UpdateExternalApplicationSample.java ;
public UpdateExternalApplicationResp update(UpdateExternalApplicationReq req) throws Exception
Copyright © 2025. All rights reserved.