public class App extends Object
App(Config config)
CreateAppResp
create(CreateAppReq req)
create(CreateAppReq req, RequestOptions reqOptions)
GetAppVisibilityAppResp
getAppVisibility(GetAppVisibilityAppReq req)
getAppVisibility(GetAppVisibilityAppReq req, RequestOptions reqOptions)
IconAppResp
icon(IconAppReq req)
icon(IconAppReq req, RequestOptions reqOptions)
ListAppResp
list(ListAppReq req)
list(ListAppReq req, RequestOptions reqOptions)
PatchAppResp
patch(PatchAppReq req)
patch(PatchAppReq req, RequestOptions reqOptions)
SqlCommandsAppResp
sqlCommands(SqlCommandsAppReq req)
sqlCommands(SqlCommandsAppReq req, RequestOptions reqOptions)
UpdateAppVisibilityAppResp
updateAppVisibility(UpdateAppVisibilityAppReq req)
updateAppVisibility(UpdateAppVisibilityAppReq req, RequestOptions reqOptions)
UploadHtmlCodeAndReleaseAppResp
uploadHtmlCodeAndRelease(UploadHtmlCodeAndReleaseAppReq req)
uploadHtmlCodeAndRelease(UploadHtmlCodeAndReleaseAppReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public App(Config config)
public CreateAppResp create(CreateAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/CreateAppSample.java ;
Exception
public CreateAppResp create(CreateAppReq req) throws Exception
public GetAppVisibilityAppResp getAppVisibility(GetAppVisibilityAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get_app_visibility&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/GetAppVisibilityAppSample.java ;
public GetAppVisibilityAppResp getAppVisibility(GetAppVisibilityAppReq req) throws Exception
public IconAppResp icon(IconAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=icon&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/IconAppSample.java ;
public IconAppResp icon(IconAppReq req) throws Exception
public ListAppResp list(ListAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/ListAppSample.java ;
public ListAppResp list(ListAppReq req) throws Exception
public PatchAppResp patch(PatchAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/PatchAppSample.java ;
public PatchAppResp patch(PatchAppReq req) throws Exception
public SqlCommandsAppResp sqlCommands(SqlCommandsAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=sql_commands&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/SqlCommandsAppSample.java ;
public SqlCommandsAppResp sqlCommands(SqlCommandsAppReq req) throws Exception
public UpdateAppVisibilityAppResp updateAppVisibility(UpdateAppVisibilityAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update_app_visibility&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/UpdateAppVisibilityAppSample.java ;
public UpdateAppVisibilityAppResp updateAppVisibility(UpdateAppVisibilityAppReq req) throws Exception
public UploadHtmlCodeAndReleaseAppResp uploadHtmlCodeAndRelease(UploadHtmlCodeAndReleaseAppReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=upload_html_code_and_release&project=spark&resource=app&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/UploadHtmlCodeAndReleaseAppSample.java ;
public UploadHtmlCodeAndReleaseAppResp uploadHtmlCodeAndRelease(UploadHtmlCodeAndReleaseAppReq req) throws Exception
Copyright © 2026. All rights reserved.