public class Company extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCompanyResp |
create(CreateCompanyReq req)
|
CreateCompanyResp |
create(CreateCompanyReq req,
RequestOptions reqOptions)
|
DeleteCompanyResp |
delete(DeleteCompanyReq req)
|
DeleteCompanyResp |
delete(DeleteCompanyReq req,
RequestOptions reqOptions)
|
GetCompanyResp |
get(GetCompanyReq req)
|
GetCompanyResp |
get(GetCompanyReq req,
RequestOptions reqOptions)
|
ListCompanyResp |
list(ListCompanyReq req)
|
ListCompanyResp |
list(ListCompanyReq req,
RequestOptions reqOptions)
|
public Company(Config config)
public CreateCompanyResp create(CreateCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/create ;
Exceptionpublic CreateCompanyResp create(CreateCompanyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/create ;
Exceptionpublic DeleteCompanyResp delete(DeleteCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/delete ;
Exceptionpublic DeleteCompanyResp delete(DeleteCompanyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/delete ;
Exceptionpublic GetCompanyResp get(GetCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/get ;
Exceptionpublic GetCompanyResp get(GetCompanyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/get ;
Exceptionpublic ListCompanyResp list(ListCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/list ;
Exceptionpublic ListCompanyResp list(ListCompanyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/list ;
ExceptionCopyright © 2023. All rights reserved.