public class InterviewRecord extends Object
| 构造器和说明 |
|---|
InterviewRecord(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetInterviewRecordResp |
get(GetInterviewRecordReq req)
获取面试评价信息(新版),获取面试评价详细信息,如面试结论、面试得分和面试官等信息(含模块评价)。
|
GetInterviewRecordResp |
get(GetInterviewRecordReq req,
RequestOptions reqOptions)
获取面试评价信息(新版),获取面试评价详细信息,如面试结论、面试得分和面试官等信息(含模块评价)。
|
ListInterviewRecordResp |
list(ListInterviewRecordReq req)
批量获取面试评价详细信息(新版),批量获取面试评价详细信息,如面试结论、面试得分和面试官等信息(含模块评价)。
|
ListInterviewRecordResp |
list(ListInterviewRecordReq req,
RequestOptions reqOptions)
批量获取面试评价详细信息(新版),批量获取面试评价详细信息,如面试结论、面试得分和面试官等信息(含模块评价)。
|
public InterviewRecord(Config config)
public GetInterviewRecordResp get(GetInterviewRecordReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetInterviewRecordResp get(GetInterviewRecordReq req) throws Exception
Exceptionpublic ListInterviewRecordResp list(ListInterviewRecordReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListInterviewRecordResp list(ListInterviewRecordReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.