类 DepartmentCount.Builder
java.lang.Object
com.lark.oapi.service.contact.v3.model.DepartmentCount.Builder
- 封闭类:
DepartmentCount
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()departmentCount(Integer departmentCount) 部门下所有部门的数量,包含递归的子部门departmentId(String departmentId) 部门IDdirectDepartmentCount(Integer directDepartmentCount) 部门下的直属部门数量directUserCount(Integer directUserCount) 部门下的直属成员数量,包含部门负责人部门下所有成员数,包含递归子部门的成员,包含部门负责人
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
departmentId
部门ID示例值:
- 参数:
departmentId-- 返回:
-
directDepartmentCount
部门下的直属部门数量示例值:
- 参数:
directDepartmentCount-- 返回:
-
directUserCount
部门下的直属成员数量,包含部门负责人示例值:
- 参数:
directUserCount-- 返回:
-
departmentCount
部门下所有部门的数量,包含递归的子部门示例值:
- 参数:
departmentCount-- 返回:
-
userCount
部门下所有成员数,包含递归子部门的成员,包含部门负责人示例值:
- 参数:
userCount-- 返回:
-
build
-