public class AppRole extends Object
public AppRole(Config config)
public CreateAppRoleResp create(CreateAppRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/create ;
Exceptionpublic CreateAppRoleResp create(CreateAppRoleReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/create ;
Exceptionpublic DeleteAppRoleResp delete(DeleteAppRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/delete ;
Exceptionpublic DeleteAppRoleResp delete(DeleteAppRoleReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/delete ;
Exceptionpublic ListAppRoleResp list(ListAppRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/list ;
Exceptionpublic ListAppRoleResp list(ListAppRoleReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/list ;
Exceptionpublic UpdateAppRoleResp update(UpdateAppRoleReq req, RequestOptions reqOptions) throws Exception
更新自定义角色是全量更新,会完全覆盖旧的自定义角色设置 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/update ;
Exceptionpublic UpdateAppRoleResp update(UpdateAppRoleReq req) throws Exception
更新自定义角色是全量更新,会完全覆盖旧的自定义角色设置 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-role/update ;
ExceptionCopyright © 2025. All rights reserved.