public class ExternalInterview extends Object
ExternalInterview(Config config)
BatchQueryExternalInterviewResp
batchQuery(BatchQueryExternalInterviewReq req)
batchQuery(BatchQueryExternalInterviewReq req, RequestOptions reqOptions)
CreateExternalInterviewResp
create(CreateExternalInterviewReq req)
create(CreateExternalInterviewReq req, RequestOptions reqOptions)
DeleteExternalInterviewResp
delete(DeleteExternalInterviewReq req)
delete(DeleteExternalInterviewReq req, RequestOptions reqOptions)
UpdateExternalInterviewResp
update(UpdateExternalInterviewReq req)
update(UpdateExternalInterviewReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExternalInterview(Config config)
public BatchQueryExternalInterviewResp batchQuery(BatchQueryExternalInterviewReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_query&project=hire&resource=external_interview&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/BatchQueryExternalInterviewSample.java ;
Exception
public BatchQueryExternalInterviewResp batchQuery(BatchQueryExternalInterviewReq req) throws Exception
public CreateExternalInterviewResp create(CreateExternalInterviewReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/external_interview/create ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/CreateExternalInterviewSample.java ;
public CreateExternalInterviewResp create(CreateExternalInterviewReq req) throws Exception
public DeleteExternalInterviewResp delete(DeleteExternalInterviewReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=external_interview&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/DeleteExternalInterviewSample.java ;
public DeleteExternalInterviewResp delete(DeleteExternalInterviewReq req) throws Exception
public UpdateExternalInterviewResp update(UpdateExternalInterviewReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=hire&resource=external_interview&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/UpdateExternalInterviewSample.java ;
public UpdateExternalInterviewResp update(UpdateExternalInterviewReq req) throws Exception
Copyright © 2025. All rights reserved.