public class ProbationAssessment extends Object
ProbationAssessment(Config config)
CreateProbationAssessmentResp
create(CreateProbationAssessmentReq req)
create(CreateProbationAssessmentReq req, RequestOptions reqOptions)
DeleteProbationAssessmentResp
delete(DeleteProbationAssessmentReq req)
delete(DeleteProbationAssessmentReq req, RequestOptions reqOptions)
PatchProbationAssessmentResp
patch(PatchProbationAssessmentReq req)
patch(PatchProbationAssessmentReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProbationAssessment(Config config)
public CreateProbationAssessmentResp create(CreateProbationAssessmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=probation.assessment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreateProbationAssessmentSample.java ;
Exception
public CreateProbationAssessmentResp create(CreateProbationAssessmentReq req) throws Exception
public DeleteProbationAssessmentResp delete(DeleteProbationAssessmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=corehr&resource=probation.assessment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/DeleteProbationAssessmentSample.java ;
public DeleteProbationAssessmentResp delete(DeleteProbationAssessmentReq req) throws Exception
public PatchProbationAssessmentResp patch(PatchProbationAssessmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=probation.assessment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchProbationAssessmentSample.java ;
public PatchProbationAssessmentResp patch(PatchProbationAssessmentReq req) throws Exception
Copyright © 2024. All rights reserved.