public class Probation extends Object
Probation(Config config)
EnableDisableAssessmentProbationResp
enableDisableAssessment(EnableDisableAssessmentProbationReq req)
enableDisableAssessment(EnableDisableAssessmentProbationReq req, RequestOptions reqOptions)
SearchProbationResp
search(SearchProbationReq req)
search(SearchProbationReq req, RequestOptions reqOptions)
SubmitProbationResp
submit(SubmitProbationReq req)
submit(SubmitProbationReq req, RequestOptions reqOptions)
WithdrawProbationResp
withdraw(WithdrawProbationReq req)
withdraw(WithdrawProbationReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Probation(Config config)
public EnableDisableAssessmentProbationResp enableDisableAssessment(EnableDisableAssessmentProbationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=enable_disable_assessment&project=corehr&resource=probation&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/EnableDisableAssessmentProbationSample.java ;
Exception
public EnableDisableAssessmentProbationResp enableDisableAssessment(EnableDisableAssessmentProbationReq req) throws Exception
public SearchProbationResp search(SearchProbationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=corehr&resource=probation&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/SearchProbationSample.java ;
public SearchProbationResp search(SearchProbationReq req) throws Exception
public SubmitProbationResp submit(SubmitProbationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=submit&project=corehr&resource=probation&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/SubmitProbationSample.java ;
public SubmitProbationResp submit(SubmitProbationReq req) throws Exception
public WithdrawProbationResp withdraw(WithdrawProbationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=withdraw&project=corehr&resource=probation&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/WithdrawProbationSample.java ;
public WithdrawProbationResp withdraw(WithdrawProbationReq req) throws Exception
Copyright © 2025. All rights reserved.