public static class DepartmentCount.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DepartmentCount |
build() |
DepartmentCount.Builder |
departmentCount(Integer departmentCount) |
DepartmentCount.Builder |
departmentId(String departmentId) |
DepartmentCount.Builder |
directDepartmentCount(Integer directDepartmentCount) |
DepartmentCount.Builder |
directUserCount(Integer directUserCount) |
DepartmentCount.Builder |
userCount(Integer userCount) |
public DepartmentCount.Builder departmentId(String departmentId)
public DepartmentCount.Builder directDepartmentCount(Integer directDepartmentCount)
public DepartmentCount.Builder directUserCount(Integer directUserCount)
public DepartmentCount.Builder departmentCount(Integer departmentCount)
public DepartmentCount.Builder userCount(Integer userCount)
public DepartmentCount build()
Copyright © 2022. All rights reserved.