类 Department
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明创建部门,创建部门create(CreateDepartmentReq req, RequestOptions reqOptions) 创建部门,创建部门删除部门,删除部门delete(DeleteDepartmentReq req, RequestOptions reqOptions) 删除部门,删除部门get(GetDepartmentReq req) 查询单个部门,根据 ID 查询单个部门get(GetDepartmentReq req, RequestOptions reqOptions) 查询单个部门,根据 ID 查询单个部门list(ListDepartmentReq req) 批量查询部门,批量查询部门list(ListDepartmentReq req, RequestOptions reqOptions) 批量查询部门,批量查询部门patch(PatchDepartmentReq req) 更新部门,更新部门patch(PatchDepartmentReq req, RequestOptions reqOptions) 更新部门,更新部门
-
构造器详细资料
-
Department
-
-
方法详细资料
-
create
public CreateDepartmentResp create(CreateDepartmentReq req, RequestOptions reqOptions) throws Exception 创建部门,创建部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/create ;
- 抛出:
Exception
-
create
创建部门,创建部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/create ;
- 抛出:
Exception
-
delete
public DeleteDepartmentResp delete(DeleteDepartmentReq req, RequestOptions reqOptions) throws Exception 删除部门,删除部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/delete ;
- 抛出:
Exception
-
delete
删除部门,删除部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/delete ;
- 抛出:
Exception
-
get
查询单个部门,根据 ID 查询单个部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/get ;
- 抛出:
Exception
-
get
查询单个部门,根据 ID 查询单个部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/get ;
- 抛出:
Exception
-
list
批量查询部门,批量查询部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/list ;
- 抛出:
Exception
-
list
批量查询部门,批量查询部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/list ;
- 抛出:
Exception
-
patch
public PatchDepartmentResp patch(PatchDepartmentReq req, RequestOptions reqOptions) throws Exception 更新部门,更新部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/patch ;
- 抛出:
Exception
-
patch
更新部门,更新部门官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/department/patch ;
- 抛出:
Exception
-