public class JobChange extends Object
JobChange(Config config)
CreateJobChangeResp
create(CreateJobChangeReq req)
create(CreateJobChangeReq req, RequestOptions reqOptions)
RevokeJobChangeResp
revoke(RevokeJobChangeReq req)
revoke(RevokeJobChangeReq req, RequestOptions reqOptions)
SearchJobChangeResp
search(SearchJobChangeReq req)
search(SearchJobChangeReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JobChange(Config config)
public CreateJobChangeResp create(CreateJobChangeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=job_change&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreateJobChangeSample.java ;
Exception
public CreateJobChangeResp create(CreateJobChangeReq req) throws Exception
public RevokeJobChangeResp revoke(RevokeJobChangeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=revoke&project=corehr&resource=job_change&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/RevokeJobChangeSample.java ;
public RevokeJobChangeResp revoke(RevokeJobChangeReq req) throws Exception
public SearchJobChangeResp search(SearchJobChangeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=corehr&resource=job_change&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/SearchJobChangeSample.java ;
public SearchJobChangeResp search(SearchJobChangeReq req) throws Exception
Copyright © 2025. All rights reserved.