public class Interviewer extends Object
| 构造器和说明 |
|---|
Interviewer(Config config) |
| 限定符和类型 | 方法和说明 | ||
|---|---|---|---|
ListInterviewerResp |
list(ListInterviewerReq req)
查询面试官信息列表,分页查询面试官列表,接口只会返回执行过「更新面试官信息」用户的数据,通过接口查询不到的数据则默认为「未认证」面试官。
|
||
ListInterviewerResp |
list(ListInterviewerReq req,
RequestOptions reqOptions)
查询面试官信息列表,分页查询面试官列表,接口只会返回执行过「更新面试官信息」用户的数据,通过接口查询不到的数据则默认为「未认证」面试官。
|
||
PatchInterviewerResp |
patch(PatchInterviewerReq req)
更新面试官信息,用于更新面试官认证信息
官网API文档链接:
PatchInterviewerResppatch(PatchInterviewerReq req,
RequestOptions reqOptions)
更新面试官信息,用于更新面试官认证信息
官网API文档链接:
从类继承的方法 java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2026. All rights reserved. |