public class EcoExamPaper extends Object
| 构造器和说明 |
|---|
EcoExamPaper(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDeleteEcoExamPaperResp |
batchDelete(BatchDeleteEcoExamPaperReq req)
删除试卷列表,飞书招聘的笔试服务商,可通过该接口删除客户笔试帐号下的试卷列表。
|
BatchDeleteEcoExamPaperResp |
batchDelete(BatchDeleteEcoExamPaperReq req,
RequestOptions reqOptions)
删除试卷列表,飞书招聘的笔试服务商,可通过该接口删除客户笔试帐号下的试卷列表。
|
BatchUpdateEcoExamPaperResp |
batchUpdate(BatchUpdateEcoExamPaperReq req)
更新试卷列表,飞书招聘的笔试服务商,可通过该接口更新客户笔试账号下的试卷列表。
|
BatchUpdateEcoExamPaperResp |
batchUpdate(BatchUpdateEcoExamPaperReq req,
RequestOptions reqOptions)
更新试卷列表,飞书招聘的笔试服务商,可通过该接口更新客户笔试账号下的试卷列表。
|
CreateEcoExamPaperResp |
create(CreateEcoExamPaperReq req)
创建试卷列表,飞书招聘的笔试服务商,在完成[账号绑定](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_account/events/created)后,可通过本接口在客户的笔试帐号下创建试卷列表。
|
CreateEcoExamPaperResp |
create(CreateEcoExamPaperReq req,
RequestOptions reqOptions)
创建试卷列表,飞书招聘的笔试服务商,在完成[账号绑定](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_account/events/created)后,可通过本接口在客户的笔试帐号下创建试卷列表。
|
public EcoExamPaper(Config config)
public BatchDeleteEcoExamPaperResp batchDelete(BatchDeleteEcoExamPaperReq req, RequestOptions reqOptions) throws Exception
若被删除的试卷下存在已安排的笔试,后续[创建试卷列表](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_exam_paper/create)时又传入被删除的试卷 ID,并且修改了笔试开始/结束时间,则会影响已安排笔试的笔试时间。 ;
Exceptionpublic BatchDeleteEcoExamPaperResp batchDelete(BatchDeleteEcoExamPaperReq req) throws Exception
若被删除的试卷下存在已安排的笔试,后续[创建试卷列表](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_exam_paper/create)时又传入被删除的试卷 ID,并且修改了笔试开始/结束时间,则会影响已安排笔试的笔试时间。 ;
Exceptionpublic BatchUpdateEcoExamPaperResp batchUpdate(BatchUpdateEcoExamPaperReq req, RequestOptions reqOptions) throws Exception
* 该接口仅支持修改已有试卷信息(通过试卷 ID标识),不支持新增或删除试卷。;* 修改已有试卷的笔试开始/结束时间,将影响已安排笔试的笔试时间。;* 此接口为全量更新接口,若字段值为空,则原有值将会清空。 ;
Exceptionpublic BatchUpdateEcoExamPaperResp batchUpdate(BatchUpdateEcoExamPaperReq req) throws Exception
* 该接口仅支持修改已有试卷信息(通过试卷 ID标识),不支持新增或删除试卷。;* 修改已有试卷的笔试开始/结束时间,将影响已安排笔试的笔试时间。;* 此接口为全量更新接口,若字段值为空,则原有值将会清空。 ;
Exceptionpublic CreateEcoExamPaperResp create(CreateEcoExamPaperReq req, RequestOptions reqOptions) throws Exception
本接口为全量更新,多次调用时,将生效最后一次调用传入的试卷列表。 ;
Exceptionpublic CreateEcoExamPaperResp create(CreateEcoExamPaperReq req) throws Exception
本接口为全量更新,多次调用时,将生效最后一次调用传入的试卷列表。 ;
ExceptionCopyright © 2026. All rights reserved.