类 ProfileSettingEmpBasicInfoForUpdate.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingEmpBasicInfoForUpdate.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customFields(ProfileSettingCustomField[] customFields) 自定义字段employeeNumber(String employeeNumber) 员工工号phone(ProfileSettingPhone phone) 工作电话regularEmployeeStartDate(String regularEmployeeStartDate) 转正式员工日期seniorityDate(String seniorityDate) 资历起算日期工作邮箱
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
employeeNumber
员工工号示例值:1000000
- 参数:
employeeNumber-- 返回:
-
regularEmployeeStartDate
public ProfileSettingEmpBasicInfoForUpdate.Builder regularEmployeeStartDate(String regularEmployeeStartDate) 转正式员工日期示例值:2021-02-01
- 参数:
regularEmployeeStartDate-- 返回:
-
seniorityDate
资历起算日期示例值:2021-02-01
- 参数:
seniorityDate-- 返回:
-
workEmail
工作邮箱示例值:12456@test.com
- 参数:
workEmail-- 返回:
-
phone
工作电话示例值:
- 参数:
phone-- 返回:
-
customFields
public ProfileSettingEmpBasicInfoForUpdate.Builder customFields(ProfileSettingCustomField[] customFields) 自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-