public class Application extends Object
| 构造器和说明 |
|---|
Application(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateApplicationResp |
create(CreateApplicationReq req)
|
CreateApplicationResp |
create(CreateApplicationReq req,
RequestOptions reqOptions)
|
GetApplicationResp |
get(GetApplicationReq req)
|
GetApplicationResp |
get(GetApplicationReq req,
RequestOptions reqOptions)
|
ListApplicationResp |
list(ListApplicationReq req)
|
ListApplicationResp |
list(ListApplicationReq req,
RequestOptions reqOptions)
|
OfferApplicationResp |
offer(OfferApplicationReq req)
|
OfferApplicationResp |
offer(OfferApplicationReq req,
RequestOptions reqOptions)
|
TerminateApplicationResp |
terminate(TerminateApplicationReq req)
|
TerminateApplicationResp |
terminate(TerminateApplicationReq req,
RequestOptions reqOptions)
|
TransferOnboardApplicationResp |
transferOnboard(TransferOnboardApplicationReq req)
操作候选人入职,根据投递 ID 操作候选人入职并创建员工。
|
TransferOnboardApplicationResp |
transferOnboard(TransferOnboardApplicationReq req,
RequestOptions reqOptions)
操作候选人入职,根据投递 ID 操作候选人入职并创建员工。
|
public Application(Config config)
public CreateApplicationResp create(CreateApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/create ;
Exceptionpublic CreateApplicationResp create(CreateApplicationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/create ;
Exceptionpublic GetApplicationResp get(GetApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/get ;
Exceptionpublic GetApplicationResp get(GetApplicationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/get ;
Exceptionpublic ListApplicationResp list(ListApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/list ;
Exceptionpublic ListApplicationResp list(ListApplicationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/list ;
Exceptionpublic OfferApplicationResp offer(OfferApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/offer ;
Exceptionpublic OfferApplicationResp offer(OfferApplicationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/offer ;
Exceptionpublic TerminateApplicationResp terminate(TerminateApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/terminate ;
Exceptionpublic TerminateApplicationResp terminate(TerminateApplicationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/terminate ;
Exceptionpublic TransferOnboardApplicationResp transferOnboard(TransferOnboardApplicationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/transfer_onboard ;
Exceptionpublic TransferOnboardApplicationResp transferOnboard(TransferOnboardApplicationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/transfer_onboard ;
ExceptionCopyright © 2024. All rights reserved.