public class JobManager extends Object
| 构造器和说明 |
|---|
JobManager(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchUpdateJobManagerResp |
batchUpdate(BatchUpdateJobManagerReq req)
|
BatchUpdateJobManagerResp |
batchUpdate(BatchUpdateJobManagerReq req,
RequestOptions reqOptions)
|
GetJobManagerResp |
get(GetJobManagerReq req)
获取职位上的招聘人员信息,根据职位 ID 获取职位上的招聘人员信息,如招聘负责人、用人经理
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/job-manager/get ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/GetJobManagerSample.java ;
|
GetJobManagerResp |
get(GetJobManagerReq req,
RequestOptions reqOptions)
获取职位上的招聘人员信息,根据职位 ID 获取职位上的招聘人员信息,如招聘负责人、用人经理
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/job-manager/get ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/GetJobManagerSample.java ;
|
public JobManager(Config config)
public BatchUpdateJobManagerResp batchUpdate(BatchUpdateJobManagerReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/job-manager/batch_update ;
Exceptionpublic BatchUpdateJobManagerResp batchUpdate(BatchUpdateJobManagerReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/job-manager/batch_update ;
Exceptionpublic GetJobManagerResp get(GetJobManagerReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/job-manager/get ;
Exceptionpublic GetJobManagerResp get(GetJobManagerReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/job-manager/get ;
ExceptionCopyright © 2025. All rights reserved.