public class Person extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeletePersonResp |
delete(DeletePersonReq req)
|
DeletePersonResp |
delete(DeletePersonReq req,
RequestOptions reqOptions)
|
GetPersonResp |
get(GetPersonReq req)
|
GetPersonResp |
get(GetPersonReq req,
RequestOptions reqOptions)
|
UploadPersonResp |
upload(UploadPersonReq req)
|
UploadPersonResp |
upload(UploadPersonReq req,
RequestOptions reqOptions)
|
public Person(Config config)
public 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 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 © 2024. All rights reserved.