类 DepartmentChange.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.DepartmentChange.Builder
- 封闭类:
DepartmentChange
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()departmentChangeId(String departmentChangeId) 部门调整记录 IDdepartmentChangeType(DepartmentChangeDepartmentChangeTypeEnum departmentChangeType) 调整类型departmentChangeType(String departmentChangeType) 调整类型departmentId(String departmentId) 部门 IDreorganizationInfo(ReorganizationInfo reorganizationInfo) 调整详细信息
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
departmentChangeId
部门调整记录 ID示例值:6991776076699549697
- 参数:
departmentChangeId-- 返回:
-
departmentId
部门 ID示例值:6966236933198579208
- 参数:
departmentId-- 返回:
-
departmentChangeType
调整类型示例值:Create
- 参数:
departmentChangeType-- 返回:
-
departmentChangeType
public DepartmentChange.Builder departmentChangeType(DepartmentChangeDepartmentChangeTypeEnum departmentChangeType) 调整类型示例值:Create
- 参数:
departmentChangeType-DepartmentChangeDepartmentChangeTypeEnum- 返回:
-
reorganizationInfo
调整详细信息示例值:
- 参数:
reorganizationInfo-- 返回:
-
build
-