public class Employment extends Object
| 构造器和说明 |
|---|
Employment(Config config) |
| 限定符和类型 | 方法和说明 | ||
|---|---|---|---|
CreateEmploymentResp |
create(CreateEmploymentReq req)
创建雇佣信息,创建人员的雇佣信息,需要先[创建个人信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/person/create)。
|
||
CreateEmploymentResp |
create(CreateEmploymentReq req,
RequestOptions reqOptions)
创建雇佣信息,创建人员的雇佣信息,需要先[创建个人信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/person/create)。
|
||
DeleteEmploymentResp |
delete(DeleteEmploymentReq req)
删除雇佣信息,删除人员的雇佣信息。
|
||
DeleteEmploymentResp |
delete(DeleteEmploymentReq req,
RequestOptions reqOptions)
删除雇佣信息,删除人员的雇佣信息。
|
||
PatchEmploymentResp |
patch(PatchEmploymentReq req)
更新雇佣信息,更新人事工作信息下的字段,如:工号、工作邮箱、雇佣类型、自定义字段等
官网API文档链接:
PatchEmploymentResppatch(PatchEmploymentReq req,
RequestOptions reqOptions)
更新雇佣信息,更新人事工作信息下的字段,如:工号、工作邮箱、雇佣类型、自定义字段等
官网API文档链接:
从类继承的方法 java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2026. All rights reserved. |