public static class TalentCareerInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentCareerInfo |
build() |
TalentCareerInfo.Builder |
careerType(Integer careerType)
经历类型
示例值:1
|
TalentCareerInfo.Builder |
company(String company)
公司名称
示例值:测试公司
|
TalentCareerInfo.Builder |
customizedDataList(TalentCustomizedDataChild[] customizedDataList)
自定义字段
示例值:
|
TalentCareerInfo.Builder |
desc(String desc)
描述
示例值:测试
|
TalentCareerInfo.Builder |
endTime(String endTime)
结束时间
示例值:1994-01
|
TalentCareerInfo.Builder |
id(String id)
ID
示例值:6891560630172518670
|
TalentCareerInfo.Builder |
startTime(String startTime)
开始时间
示例值:1990-01
|
TalentCareerInfo.Builder |
tagList(Integer[] tagList)
工作经历标签
示例值:
|
TalentCareerInfo.Builder |
title(String title)
职位名称
示例值:高级工程师
|
public TalentCareerInfo.Builder id(String id)
示例值:6891560630172518670
id - public TalentCareerInfo.Builder company(String company)
示例值:测试公司
company - public TalentCareerInfo.Builder title(String title)
示例值:高级工程师
title - public TalentCareerInfo.Builder desc(String desc)
示例值:测试
desc - public TalentCareerInfo.Builder startTime(String startTime)
示例值:1990-01
startTime - public TalentCareerInfo.Builder endTime(String endTime)
示例值:1994-01
endTime - public TalentCareerInfo.Builder careerType(Integer careerType)
示例值:1
careerType - public TalentCareerInfo.Builder tagList(Integer[] tagList)
示例值:
tagList - public TalentCareerInfo.Builder customizedDataList(TalentCustomizedDataChild[] customizedDataList)
示例值:
customizedDataList - public TalentCareerInfo build()
Copyright © 2025. All rights reserved.