public static class ProfileSettingEmpBasicInfoForUpdate.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfileSettingEmpBasicInfoForUpdate |
build() |
ProfileSettingEmpBasicInfoForUpdate.Builder |
customFields(ProfileSettingCustomField[] customFields)
自定义字段
示例值:
|
ProfileSettingEmpBasicInfoForUpdate.Builder |
employeeNumber(String employeeNumber)
员工工号
示例值:1000000
|
ProfileSettingEmpBasicInfoForUpdate.Builder |
phone(ProfileSettingPhone phone)
工作电话
示例值:
|
ProfileSettingEmpBasicInfoForUpdate.Builder |
regularEmployeeStartDate(String regularEmployeeStartDate)
转正式员工日期
示例值:2021-02-01
|
ProfileSettingEmpBasicInfoForUpdate.Builder |
seniorityDate(String seniorityDate)
资历起算日期
示例值:2021-02-01
|
ProfileSettingEmpBasicInfoForUpdate.Builder |
workEmail(String workEmail)
工作邮箱
示例值:12456@test.com
|
public ProfileSettingEmpBasicInfoForUpdate.Builder employeeNumber(String employeeNumber)
示例值:1000000
employeeNumber - public ProfileSettingEmpBasicInfoForUpdate.Builder regularEmployeeStartDate(String regularEmployeeStartDate)
示例值:2021-02-01
regularEmployeeStartDate - public ProfileSettingEmpBasicInfoForUpdate.Builder seniorityDate(String seniorityDate)
示例值:2021-02-01
seniorityDate - public ProfileSettingEmpBasicInfoForUpdate.Builder workEmail(String workEmail)
示例值:12456@test.com
workEmail - public ProfileSettingEmpBasicInfoForUpdate.Builder phone(ProfileSettingPhone phone)
示例值:
phone - public ProfileSettingEmpBasicInfoForUpdate.Builder customFields(ProfileSettingCustomField[] customFields)
示例值:
customFields - public ProfileSettingEmpBasicInfoForUpdate build()
Copyright © 2025. All rights reserved.