public class PreHire extends Object
PreHire(Config config)
CreatePreHireResp
create(CreatePreHireReq req)
create(CreatePreHireReq req, RequestOptions reqOptions)
DeletePreHireResp
delete(DeletePreHireReq req)
delete(DeletePreHireReq req, RequestOptions reqOptions)
PatchPreHireResp
patch(PatchPreHireReq req)
patch(PatchPreHireReq req, RequestOptions reqOptions)
SearchPreHireResp
search(SearchPreHireReq req)
search(SearchPreHireReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PreHire(Config config)
public CreatePreHireResp create(CreatePreHireReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/create ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreatePreHireSample.java ;
Exception
public CreatePreHireResp create(CreatePreHireReq req) throws Exception
public DeletePreHireResp delete(DeletePreHireReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=corehr&resource=pre_hire&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/DeletePreHireSample.java ;
public DeletePreHireResp delete(DeletePreHireReq req) throws Exception
public PatchPreHireResp patch(PatchPreHireReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=pre_hire&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchPreHireSample.java ;
public PatchPreHireResp patch(PatchPreHireReq req) throws Exception
public SearchPreHireResp search(SearchPreHireReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=corehr&resource=pre_hire&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/SearchPreHireSample.java ;
public SearchPreHireResp search(SearchPreHireReq req) throws Exception
Copyright © 2024. All rights reserved.