类 DepartmentParentInfo.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.DepartmentParentInfo.Builder
- 封闭类:
DepartmentParentInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明是否启用build()departmentId(String departmentId) 部门 IDdepartmentName(I18n[] departmentName) 部门名称是否根部门parentDepartmentId(String parentDepartmentId) 上级部门 ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
departmentId
部门 ID示例值:4719456877659520852
- 参数:
departmentId-- 返回:
-
departmentName
部门名称示例值:
- 参数:
departmentName-- 返回:
-
parentDepartmentId
上级部门 ID示例值:4719456877659520111
- 参数:
parentDepartmentId-- 返回:
-
active
是否启用示例值:true
- 参数:
active-- 返回:
-
isRoot
是否根部门示例值:true
- 参数:
isRoot-- 返回:
-
build
-