public class InterviewRecord extends Object
InterviewRecord(Config config)
GetInterviewRecordResp
get(GetInterviewRecordReq req)
get(GetInterviewRecordReq req, RequestOptions reqOptions)
ListInterviewRecordResp
list(ListInterviewRecordReq req)
list(ListInterviewRecordReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InterviewRecord(Config config)
public GetInterviewRecordResp get(GetInterviewRecordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=hire&resource=interview_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev2/GetInterviewRecordSample.java ;
Exception
public GetInterviewRecordResp get(GetInterviewRecordReq req) throws Exception
public ListInterviewRecordResp list(ListInterviewRecordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=interview_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev2/ListInterviewRecordSample.java ;
public ListInterviewRecordResp list(ListInterviewRecordReq req) throws Exception
Copyright © 2025. All rights reserved.