public class Department extends Object
| 构造器和说明 |
|---|
Department(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateDepartmentResp |
create(CreateDepartmentReq req)
|
CreateDepartmentResp |
create(CreateDepartmentReq req,
RequestOptions reqOptions)
|
DeleteDepartmentResp |
delete(DeleteDepartmentReq req)
|
DeleteDepartmentResp |
delete(DeleteDepartmentReq req,
RequestOptions reqOptions)
|
GetDepartmentResp |
get(GetDepartmentReq req)
|
GetDepartmentResp |
get(GetDepartmentReq req,
RequestOptions reqOptions)
|
ListDepartmentResp |
list(ListDepartmentReq req)
|
ListDepartmentResp |
list(ListDepartmentReq req,
RequestOptions reqOptions)
|
PatchDepartmentResp |
patch(PatchDepartmentReq req)
|
PatchDepartmentResp |
patch(PatchDepartmentReq req,
RequestOptions reqOptions)
|
public Department(Config config)
public CreateDepartmentResp create(CreateDepartmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/create ;
Exceptionpublic CreateDepartmentResp create(CreateDepartmentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/create ;
Exceptionpublic DeleteDepartmentResp delete(DeleteDepartmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/delete ;
Exceptionpublic DeleteDepartmentResp delete(DeleteDepartmentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/delete ;
Exceptionpublic GetDepartmentResp get(GetDepartmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/get ;
Exceptionpublic GetDepartmentResp get(GetDepartmentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/get ;
Exceptionpublic ListDepartmentResp list(ListDepartmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/list ;
Exceptionpublic ListDepartmentResp list(ListDepartmentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/list ;
Exceptionpublic PatchDepartmentResp patch(PatchDepartmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/patch ;
Exceptionpublic PatchDepartmentResp patch(PatchDepartmentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/patch ;
ExceptionCopyright © 2024. All rights reserved.