类 Department
java.lang.Object
com.lark.oapi.service.corehr.v2.resource.Department
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明,batchGet(BatchGetDepartmentReq req, RequestOptions reqOptions) ,,parents(ParentsDepartmentReq req, RequestOptions reqOptions) ,,根据部门 ID,上级部门查询部门列表search(SearchDepartmentReq req, RequestOptions reqOptions) ,根据部门 ID,上级部门查询部门列表
-
构造器详细资料
-
Department
-
-
方法详细资料
-
batchGet
public BatchGetDepartmentResp batchGet(BatchGetDepartmentReq req, RequestOptions reqOptions) throws Exception ,- 抛出:
Exception
-
batchGet
,- 抛出:
Exception
-
parents
public ParentsDepartmentResp parents(ParentsDepartmentReq req, RequestOptions reqOptions) throws Exception ,- 抛出:
Exception
-
parents
,- 抛出:
Exception
-
search
public SearchDepartmentResp search(SearchDepartmentReq req, RequestOptions reqOptions) throws Exception ,根据部门 ID,上级部门查询部门列表- 抛出:
Exception
-
search
,根据部门 ID,上级部门查询部门列表- 抛出:
Exception
-