public class Employment extends Object
| 构造器和说明 |
|---|
Employment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateEmploymentResp |
create(CreateEmploymentReq req)
|
CreateEmploymentResp |
create(CreateEmploymentReq req,
RequestOptions reqOptions)
|
DeleteEmploymentResp |
delete(DeleteEmploymentReq req)
|
DeleteEmploymentResp |
delete(DeleteEmploymentReq req,
RequestOptions reqOptions)
|
PatchEmploymentResp |
patch(PatchEmploymentReq req)
|
PatchEmploymentResp |
patch(PatchEmploymentReq req,
RequestOptions reqOptions)
|
public Employment(Config config)
public CreateEmploymentResp create(CreateEmploymentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/employment/create ;
Exceptionpublic CreateEmploymentResp create(CreateEmploymentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/employment/create ;
Exceptionpublic DeleteEmploymentResp delete(DeleteEmploymentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/employment/delete ;
Exceptionpublic DeleteEmploymentResp delete(DeleteEmploymentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/employment/delete ;
Exceptionpublic PatchEmploymentResp patch(PatchEmploymentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/employment/patch ;
Exceptionpublic PatchEmploymentResp patch(PatchEmploymentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/employment/patch ;
ExceptionCopyright © 2024. All rights reserved.