类 EcoBackgroundCheck
java.lang.Object
com.lark.oapi.service.hire.v1.resource.EcoBackgroundCheck
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明终止背调订单,终止背调订单cancel(CancelEcoBackgroundCheckReq req, RequestOptions reqOptions) 终止背调订单,终止背调订单更新背调进度,更新指定背调的进度信息updateProgress(UpdateProgressEcoBackgroundCheckReq req, RequestOptions reqOptions) 更新背调进度,更新指定背调的进度信息回传背调的最终结果,回传背调的最终结果updateResult(UpdateResultEcoBackgroundCheckReq req, RequestOptions reqOptions) 回传背调的最终结果,回传背调的最终结果
-
构造器详细资料
-
EcoBackgroundCheck
-
-
方法详细资料
-
cancel
public CancelEcoBackgroundCheckResp cancel(CancelEcoBackgroundCheckReq req, RequestOptions reqOptions) throws Exception 终止背调订单,终止背调订单官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_background_check/cancel ;
- 抛出:
Exception
-
cancel
终止背调订单,终止背调订单官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_background_check/cancel ;
- 抛出:
Exception
-
updateProgress
public UpdateProgressEcoBackgroundCheckResp updateProgress(UpdateProgressEcoBackgroundCheckReq req, RequestOptions reqOptions) throws Exception 更新背调进度,更新指定背调的进度信息- 抛出:
Exception
-
updateProgress
public UpdateProgressEcoBackgroundCheckResp updateProgress(UpdateProgressEcoBackgroundCheckReq req) throws Exception 更新背调进度,更新指定背调的进度信息- 抛出:
Exception
-
updateResult
public UpdateResultEcoBackgroundCheckResp updateResult(UpdateResultEcoBackgroundCheckReq req, RequestOptions reqOptions) throws Exception 回传背调的最终结果,回传背调的最终结果官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_background_check/update_result ;
- 抛出:
Exception
-
updateResult
public UpdateResultEcoBackgroundCheckResp updateResult(UpdateResultEcoBackgroundCheckReq req) throws Exception 回传背调的最终结果,回传背调的最终结果官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_background_check/update_result ;
- 抛出:
Exception
-