public class EmployeesJobData extends Object
EmployeesJobData(Config config)
BatchGetEmployeesJobDataResp
batchGet(BatchGetEmployeesJobDataReq req)
batchGet(BatchGetEmployeesJobDataReq req, RequestOptions reqOptions)
QueryEmployeesJobDataResp
query(QueryEmployeesJobDataReq req)
query(QueryEmployeesJobDataReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EmployeesJobData(Config config)
public BatchGetEmployeesJobDataResp batchGet(BatchGetEmployeesJobDataReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_get&project=corehr&resource=employees.job_data&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/BatchGetEmployeesJobDataSample.java ;
Exception
public BatchGetEmployeesJobDataResp batchGet(BatchGetEmployeesJobDataReq req) throws Exception
public QueryEmployeesJobDataResp query(QueryEmployeesJobDataReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=corehr&resource=employees.job_data&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/QueryEmployeesJobDataSample.java ;
public QueryEmployeesJobDataResp query(QueryEmployeesJobDataReq req) throws Exception
Copyright © 2025. All rights reserved.