public static class ProfileSettingProbationInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfileSettingProbationInfo.Builder |
actualProbationEndDate(String actualProbationEndDate)
试用期实际结束日期;-
更新该字段需要在update_fields中增加employment_info.probation_info.actual_probation_end_date;-
需要拥有权限点【读写员工试用期日期信息】(corehr:probation.date:write)
示例值:2021-02-01
|
ProfileSettingProbationInfo |
build() |
ProfileSettingProbationInfo.Builder |
probationExpectedEndDate(String probationExpectedEndDate)
试用期预计结束日期;-
更新该字段需要在update_fields中增加employment_info.probation_info.probation_expected_end_date;-
需要拥有权限点【读写员工试用期日期信息】(corehr:probation.date:write)
示例值:2021-02-01
|
ProfileSettingProbationInfo.Builder |
probationStartDate(String probationStartDate)
试用期开始日期;- 更新该字段需要在update_fields中增加employment_info.probation_info.probation_start_date;-
需要拥有权限点【读写员工试用期日期信息】(corehr:probation.date:write)
示例值:2021-01-01
|
public ProfileSettingProbationInfo.Builder probationStartDate(String probationStartDate)
示例值:2021-01-01
probationStartDate - public ProfileSettingProbationInfo.Builder probationExpectedEndDate(String probationExpectedEndDate)
示例值:2021-02-01
probationExpectedEndDate - public ProfileSettingProbationInfo.Builder actualProbationEndDate(String actualProbationEndDate)
示例值:2021-02-01
actualProbationEndDate - public ProfileSettingProbationInfo build()
Copyright © 2026. All rights reserved.