public static class DepartmentCount.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DepartmentCount |
build() |
DepartmentCount.Builder |
departmentCount(Integer departmentCount)
部门下所有部门的数量,包含递归的子部门
示例值:
|
DepartmentCount.Builder |
departmentId(String departmentId)
部门ID
示例值:
|
DepartmentCount.Builder |
directDepartmentCount(Integer directDepartmentCount)
部门下的直属部门数量
示例值:
|
DepartmentCount.Builder |
directUserCount(Integer directUserCount)
部门下的直属成员数量,包含部门负责人
示例值:
|
DepartmentCount.Builder |
userCount(Integer userCount)
部门下所有成员数,包含递归子部门的成员,包含部门负责人
示例值:
|
public DepartmentCount.Builder departmentId(String departmentId)
示例值:
departmentId - public DepartmentCount.Builder directDepartmentCount(Integer directDepartmentCount)
示例值:
directDepartmentCount - public DepartmentCount.Builder directUserCount(Integer directUserCount)
示例值:
directUserCount - public DepartmentCount.Builder departmentCount(Integer departmentCount)
示例值:
departmentCount - public DepartmentCount.Builder userCount(Integer userCount)
示例值:
userCount - public DepartmentCount build()
Copyright © 2022. All rights reserved.