public static class ProfileSettingCareer.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfileSettingCareer |
build() |
ProfileSettingCareer.Builder |
customGroups(ProfileSettingCustomGroup[] customGroups)
自定义分组;- 更新该分组需要在update_fields中增加career.custom_groups;-
需要拥有权限点【读写个人信息自定义字段信息】(corehr:person.custom_field:write).
|
ProfileSettingCareer.Builder |
educations(ProfileSettingEducation[] educations)
教育经历;- 覆盖式更新,更新该分组需要在update_fields中增加career.educations;-
需要拥有权限点【读写教育经历信息】(corehr:person.education:write)
示例值:
|
ProfileSettingCareer.Builder |
workExperiences(ProfileSettingWorkExperience[] workExperiences)
工作经历;- 覆盖式更新,更新该分组需要在update_fields中增加career.work_experiences;-
需要拥有权限点【读写工作履历信息】(corehr:person.work_experience:write)
示例值:
|
public ProfileSettingCareer.Builder educations(ProfileSettingEducation[] educations)
示例值:
educations - public ProfileSettingCareer.Builder workExperiences(ProfileSettingWorkExperience[] workExperiences)
示例值:
workExperiences - public ProfileSettingCareer.Builder customGroups(ProfileSettingCustomGroup[] customGroups)
示例值:
customGroups - public ProfileSettingCareer build()
Copyright © 2026. All rights reserved.