public class FunctionalRoleMember extends Object
FunctionalRoleMember(Config config)
BatchCreateFunctionalRoleMemberResp
batchCreate(BatchCreateFunctionalRoleMemberReq req)
batchCreate(BatchCreateFunctionalRoleMemberReq req, RequestOptions reqOptions)
BatchDeleteFunctionalRoleMemberResp
batchDelete(BatchDeleteFunctionalRoleMemberReq req)
batchDelete(BatchDeleteFunctionalRoleMemberReq req, RequestOptions reqOptions)
GetFunctionalRoleMemberResp
get(GetFunctionalRoleMemberReq req)
get(GetFunctionalRoleMemberReq req, RequestOptions reqOptions)
ListFunctionalRoleMemberResp
list(ListFunctionalRoleMemberReq req)
list(ListFunctionalRoleMemberReq req, RequestOptions reqOptions)
ScopesFunctionalRoleMemberResp
scopes(ScopesFunctionalRoleMemberReq req)
scopes(ScopesFunctionalRoleMemberReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FunctionalRoleMember(Config config)
public BatchCreateFunctionalRoleMemberResp batchCreate(BatchCreateFunctionalRoleMemberReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_create&project=contact&resource=functional_role.member&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/BatchCreateFunctionalRoleMemberSample.java ;
Exception
public BatchCreateFunctionalRoleMemberResp batchCreate(BatchCreateFunctionalRoleMemberReq req) throws Exception
public BatchDeleteFunctionalRoleMemberResp batchDelete(BatchDeleteFunctionalRoleMemberReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_delete&project=contact&resource=functional_role.member&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/BatchDeleteFunctionalRoleMemberSample.java ;
public BatchDeleteFunctionalRoleMemberResp batchDelete(BatchDeleteFunctionalRoleMemberReq req) throws Exception
public GetFunctionalRoleMemberResp get(GetFunctionalRoleMemberReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=contact&resource=functional_role.member&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/GetFunctionalRoleMemberSample.java ;
public GetFunctionalRoleMemberResp get(GetFunctionalRoleMemberReq req) throws Exception
public ListFunctionalRoleMemberResp list(ListFunctionalRoleMemberReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=contact&resource=functional_role.member&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/ListFunctionalRoleMemberSample.java ;
public ListFunctionalRoleMemberResp list(ListFunctionalRoleMemberReq req) throws Exception
public ScopesFunctionalRoleMemberResp scopes(ScopesFunctionalRoleMemberReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=scopes&project=contact&resource=functional_role.member&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/ScopesFunctionalRoleMemberSample.java ;
public ScopesFunctionalRoleMemberResp scopes(ScopesFunctionalRoleMemberReq req) throws Exception
Copyright © 2024. All rights reserved.