public static class TalentCombinedEducationInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentCombinedEducationInfo.Builder |
academicRanking(Integer academicRanking)
成绩排名
示例值:5
|
TalentCombinedEducationInfo |
build() |
TalentCombinedEducationInfo.Builder |
customizedData(TalentCustomizedDataObjectValue[] customizedData)
自定义字段列表;;;**注意**:`children` 字段无效,请参考请求体示例在当前层级传入 `object_id` 和 `value`
示例值:
|
TalentCombinedEducationInfo.Builder |
degree(Integer degree)
学历
示例值:1
|
TalentCombinedEducationInfo.Builder |
educationType(Integer educationType)
学历类型
示例值:1
|
TalentCombinedEducationInfo.Builder |
endTime(String endTime)
教育经历结束时间,毫秒时间戳
示例值:1687180087000
|
TalentCombinedEducationInfo.Builder |
fieldOfStudy(String fieldOfStudy)
专业
示例值:考古
|
TalentCombinedEducationInfo.Builder |
id(String id)
教育经历 ID,无效字段,请勿使用
示例值:6891560630172518670
|
TalentCombinedEducationInfo.Builder |
school(String school)
学校
示例值:香港大学
|
TalentCombinedEducationInfo.Builder |
startTime(String startTime)
教育经历开始时间,毫秒时间戳
示例值:1655644087000
|
public TalentCombinedEducationInfo.Builder id(String id)
示例值:6891560630172518670
id - public TalentCombinedEducationInfo.Builder degree(Integer degree)
示例值:1
degree - public TalentCombinedEducationInfo.Builder school(String school)
示例值:香港大学
school - public TalentCombinedEducationInfo.Builder fieldOfStudy(String fieldOfStudy)
示例值:考古
fieldOfStudy - public TalentCombinedEducationInfo.Builder startTime(String startTime)
示例值:1655644087000
startTime - public TalentCombinedEducationInfo.Builder endTime(String endTime)
示例值:1687180087000
endTime - public TalentCombinedEducationInfo.Builder educationType(Integer educationType)
示例值:1
educationType - public TalentCombinedEducationInfo.Builder academicRanking(Integer academicRanking)
示例值:5
academicRanking - public TalentCombinedEducationInfo.Builder customizedData(TalentCustomizedDataObjectValue[] customizedData)
示例值:
customizedData - public TalentCombinedEducationInfo build()
Copyright © 2026. All rights reserved.