public class Employee extends Object
Employee(Config config)
BatchGetEmployeeResp
batchGet(BatchGetEmployeeReq req)
batchGet(BatchGetEmployeeReq req, RequestOptions reqOptions)
CreateEmployeeResp
create(CreateEmployeeReq req)
create(CreateEmployeeReq req, RequestOptions reqOptions)
SearchEmployeeResp
search(SearchEmployeeReq req)
search(SearchEmployeeReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Employee(Config config)
public BatchGetEmployeeResp batchGet(BatchGetEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_get&project=corehr&resource=employee&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/BatchGetEmployeeSample.java ;
Exception
public BatchGetEmployeeResp batchGet(BatchGetEmployeeReq req) throws Exception
public CreateEmployeeResp create(CreateEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=employee&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreateEmployeeSample.java ;
public CreateEmployeeResp create(CreateEmployeeReq req) throws Exception
public SearchEmployeeResp search(SearchEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=corehr&resource=employee&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/SearchEmployeeSample.java ;
public SearchEmployeeResp search(SearchEmployeeReq req) throws Exception
Copyright © 2025. All rights reserved.