public class Company extends Object
Company(Config config)
ActiveCompanyResp
active(ActiveCompanyReq req)
active(ActiveCompanyReq req, RequestOptions reqOptions)
BatchGetCompanyResp
batchGet(BatchGetCompanyReq req)
batchGet(BatchGetCompanyReq req, RequestOptions reqOptions)
QueryRecentChangeCompanyResp
queryRecentChange(QueryRecentChangeCompanyReq req)
queryRecentChange(QueryRecentChangeCompanyReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Company(Config config)
public ActiveCompanyResp active(ActiveCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=active&project=corehr&resource=company&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/ActiveCompanySample.java ;
Exception
public ActiveCompanyResp active(ActiveCompanyReq req) throws Exception
public BatchGetCompanyResp batchGet(BatchGetCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_get&project=corehr&resource=company&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/BatchGetCompanySample.java ;
public BatchGetCompanyResp batchGet(BatchGetCompanyReq req) throws Exception
public QueryRecentChangeCompanyResp queryRecentChange(QueryRecentChangeCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query_recent_change&project=corehr&resource=company&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/QueryRecentChangeCompanySample.java ;
public QueryRecentChangeCompanyResp queryRecentChange(QueryRecentChangeCompanyReq req) throws Exception
Copyright © 2025. All rights reserved.