类 ProfileSettingEmploymentRecord.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingEmploymentRecord.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()costCenters(ProfileSettingCostCenter[] costCenters) 成本中心分摊信息department(String department) 部门 IDdirectManager(String directManager) 实线主管雇佣IDdirectManagerEffectiveTime(String directManagerEffectiveTime) 实线主管入职日期dottedLineManager(String dottedLineManager) 虚线主管雇佣IDdottedLineManagerEffectiveTime(String dottedLineManagerEffectiveTime) 虚线主管入职日期employeeType(String employeeType) 人员类型 ID职务 ID职务序列 ID职等 ID职务级别 IDweeklyWorkingHours(Integer weeklyWorkingHours) 周工作时长workingHoursType(String workingHoursType) 工时制度 IDworkLocation(String workLocation) 工作地点 ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
employeeType
人员类型 ID示例值:6890452208593372679
- 参数:
employeeType-- 返回:
-
department
部门 ID示例值:6890452208593372679
- 参数:
department-- 返回:
-
directManager
实线主管雇佣ID示例值:6893014062142064135
- 参数:
directManager-- 返回:
-
workingHoursType
工时制度 ID示例值:6890452208593372600
- 参数:
workingHoursType-- 返回:
-
costCenters
成本中心分摊信息示例值:
- 参数:
costCenters-- 返回:
-
directManagerEffectiveTime
public ProfileSettingEmploymentRecord.Builder directManagerEffectiveTime(String directManagerEffectiveTime) 实线主管入职日期示例值:2020-01-01
- 参数:
directManagerEffectiveTime-- 返回:
-
dottedLineManager
虚线主管雇佣ID示例值:6893014062142064136
- 参数:
dottedLineManager-- 返回:
-
dottedLineManagerEffectiveTime
public ProfileSettingEmploymentRecord.Builder dottedLineManagerEffectiveTime(String dottedLineManagerEffectiveTime) 虚线主管入职日期示例值:2020-01-01
- 参数:
dottedLineManagerEffectiveTime-- 返回:
-
job
职务 ID示例值:6890452208593372679
- 参数:
job-- 返回:
-
jobFamily
职务序列 ID示例值:6890452208593372680
- 参数:
jobFamily-- 返回:
-
jobLevel
职务级别 ID示例值:6890452208593372681
- 参数:
jobLevel-- 返回:
-
jobGrade
职等 ID示例值:6890452208593372682
- 参数:
jobGrade-- 返回:
-
workLocation
工作地点 ID示例值:6890452208593372683
- 参数:
workLocation-- 返回:
-
weeklyWorkingHours
周工作时长示例值:100
- 参数:
weeklyWorkingHours-- 返回:
-
build
-