public class FunctionalRole extends Object
FunctionalRole(Config config)
CreateFunctionalRoleResp
create(CreateFunctionalRoleReq req)
create(CreateFunctionalRoleReq req, RequestOptions reqOptions)
DeleteFunctionalRoleResp
delete(DeleteFunctionalRoleReq req)
delete(DeleteFunctionalRoleReq req, RequestOptions reqOptions)
UpdateFunctionalRoleResp
update(UpdateFunctionalRoleReq req)
update(UpdateFunctionalRoleReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FunctionalRole(Config config)
public CreateFunctionalRoleResp create(CreateFunctionalRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=contact&resource=functional_role&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/CreateFunctionalRoleSample.java ;
Exception
public CreateFunctionalRoleResp create(CreateFunctionalRoleReq req) throws Exception
public DeleteFunctionalRoleResp delete(DeleteFunctionalRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=contact&resource=functional_role&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/DeleteFunctionalRoleSample.java ;
public DeleteFunctionalRoleResp delete(DeleteFunctionalRoleReq req) throws Exception
public UpdateFunctionalRoleResp update(UpdateFunctionalRoleReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=contact&resource=functional_role&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/UpdateFunctionalRoleSample.java ;
public UpdateFunctionalRoleResp update(UpdateFunctionalRoleReq req) throws Exception
Copyright © 2025. All rights reserved.