public class AppSkill extends Object
AppSkill(Config config)
GetAppSkillResp
get(GetAppSkillReq req)
get(GetAppSkillReq req, RequestOptions reqOptions)
ListAppSkillResp
list(ListAppSkillReq req)
list(ListAppSkillReq req, RequestOptions reqOptions)
StartAppSkillResp
start(StartAppSkillReq req)
start(StartAppSkillReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AppSkill(Config config)
public GetAppSkillResp get(GetAppSkillReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=aily&resource=app.skill&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/ailyv1/GetAppSkillSample.java ;
Exception
public GetAppSkillResp get(GetAppSkillReq req) throws Exception
public ListAppSkillResp list(ListAppSkillReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=aily&resource=app.skill&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/ailyv1/ListAppSkillSample.java ;
public ListAppSkillResp list(ListAppSkillReq req) throws Exception
public StartAppSkillResp start(StartAppSkillReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=start&project=aily&resource=app.skill&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/ailyv1/StartAppSkillSample.java ;
public StartAppSkillResp start(StartAppSkillReq req) throws Exception
Copyright © 2025. All rights reserved.