public class AppRole extends Object
AppRole(Config config)
CreateAppRoleResp
create(CreateAppRoleReq req)
create(CreateAppRoleReq req, RequestOptions reqOptions)
ListAppRoleResp
list(ListAppRoleReq req)
list(ListAppRoleReq req, RequestOptions reqOptions)
UpdateAppRoleResp
update(UpdateAppRoleReq req)
update(UpdateAppRoleReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AppRole(Config config)
public CreateAppRoleResp create(CreateAppRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=base&resource=app.role&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/basev2/CreateAppRoleSample.java ;
Exception
public CreateAppRoleResp create(CreateAppRoleReq req) throws Exception
public ListAppRoleResp list(ListAppRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=base&resource=app.role&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/basev2/ListAppRoleSample.java ;
public ListAppRoleResp list(ListAppRoleReq req) throws Exception
public UpdateAppRoleResp update(UpdateAppRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=base&resource=app.role&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/basev2/UpdateAppRoleSample.java ;
public UpdateAppRoleResp update(UpdateAppRoleReq req) throws Exception
Copyright © 2025. All rights reserved.