public class ApplicationCollaborators extends Object
ApplicationCollaborators(Config config)
GetApplicationCollaboratorsResp
get(GetApplicationCollaboratorsReq req)
get(GetApplicationCollaboratorsReq req, RequestOptions reqOptions)
UpdateApplicationCollaboratorsResp
update(UpdateApplicationCollaboratorsReq req)
update(UpdateApplicationCollaboratorsReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ApplicationCollaborators(Config config)
public GetApplicationCollaboratorsResp get(GetApplicationCollaboratorsReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=application&resource=application.collaborators&version=v6 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/applicationv6/GetApplicationCollaboratorsSample.java ;
Exception
public GetApplicationCollaboratorsResp get(GetApplicationCollaboratorsReq req) throws Exception
public UpdateApplicationCollaboratorsResp update(UpdateApplicationCollaboratorsReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=application&resource=application.collaborators&version=v6 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/applicationv6/UpdateApplicationCollaboratorsSample.java ;
public UpdateApplicationCollaboratorsResp update(UpdateApplicationCollaboratorsReq req) throws Exception
Copyright © 2025. All rights reserved.