public class Person extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePersonResp |
create(CreatePersonReq req)
|
CreatePersonResp |
create(CreatePersonReq req,
RequestOptions reqOptions)
|
DeletePersonResp |
delete(DeletePersonReq req)
|
DeletePersonResp |
delete(DeletePersonReq req,
RequestOptions reqOptions)
|
GetPersonResp |
get(GetPersonReq req)
|
GetPersonResp |
get(GetPersonReq req,
RequestOptions reqOptions)
|
PatchPersonResp |
patch(PatchPersonReq req)
|
PatchPersonResp |
patch(PatchPersonReq req,
RequestOptions reqOptions)
|
UploadPersonResp |
upload(UploadPersonReq req)
|
UploadPersonResp |
upload(UploadPersonReq req,
RequestOptions reqOptions)
|
public Person(Config config)
public CreatePersonResp create(CreatePersonReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/create ;
Exceptionpublic CreatePersonResp create(CreatePersonReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/create ;
Exceptionpublic DeletePersonResp delete(DeletePersonReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/delete ;
Exceptionpublic DeletePersonResp delete(DeletePersonReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/delete ;
Exceptionpublic GetPersonResp get(GetPersonReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/get ;
Exceptionpublic GetPersonResp get(GetPersonReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/get ;
Exceptionpublic PatchPersonResp patch(PatchPersonReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/patch ;
Exceptionpublic PatchPersonResp patch(PatchPersonReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/patch ;
Exceptionpublic UploadPersonResp upload(UploadPersonReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/upload ;
Exceptionpublic UploadPersonResp upload(UploadPersonReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/person/upload ;
ExceptionCopyright © 2025. All rights reserved.