public static class CombinedCreateTalentReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CombinedCreateTalentReqBody.Builder |
awardList(TalentCombinedAwardInfo[] awardList)
获奖
示例值:
|
CombinedCreateTalentReqBody.Builder |
basicInfo(TalentCombinedBasicInfo basicInfo)
基本信息
示例值:
|
CombinedCreateTalentReqBody |
build() |
CombinedCreateTalentReqBody.Builder |
careerList(TalentCombinedCareerInfo[] careerList)
工作经历
示例值:
|
CombinedCreateTalentReqBody.Builder |
creatorAccountType(Integer creatorAccountType)
创建人类型
示例值:1
|
CombinedCreateTalentReqBody.Builder |
creatorId(String creatorId)
创建人 ID,和入参 `user_id_type` 类型保持一致,默认为系统用户 ID,当创建人类型为「系统」时无需填写该字段
示例值:ou_84aad35d084aa403a838cf73ee18467
|
CombinedCreateTalentReqBody.Builder |
customizedData(TalentCustomizedDataObjectValue[] customizedData)
自定义模块列表;;;**注意**:`children` 字段为二维数组,请参考请求体示例
示例值:
|
CombinedCreateTalentReqBody.Builder |
educationList(TalentCombinedEducationInfo[] educationList)
教育经历
示例值:
|
CombinedCreateTalentReqBody.Builder |
folderIdList(String[] folderIdList)
文件夹 ID
列表,可通过[获取人才文件夹列表](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent_folder/list)接口获取
示例值:
|
CombinedCreateTalentReqBody.Builder |
initSourceId(String initSourceId)
简历来源 ID,已弃用,请使用 resume_source_id 字段
示例值:1
|
CombinedCreateTalentReqBody.Builder |
languageList(TalentCombinedLanguageInfo[] languageList)
语言能力
示例值:
|
CombinedCreateTalentReqBody.Builder |
preferredCityCodeList(String[] preferredCityCodeList)
意向地点,可通过[查询地点列表](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/location/query)接口获取
示例值:
|
CombinedCreateTalentReqBody.Builder |
projectList(TalentCombinedProjectInfo[] projectList)
项目经历
示例值:
|
CombinedCreateTalentReqBody.Builder |
resumeAttachmentId(String resumeAttachmentId)
简历附件
ID,如何创建附件请参考[创建附件](https://open.feishu.cn/document/ukTMukTMukTM/uIDN1YjLyQTN24iM0UjN/create_attachment)
示例值:7383906146040678700
|
CombinedCreateTalentReqBody.Builder |
resumeSourceId(String resumeSourceId)
简历来源
ID,可通过[获取简历来源列表](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/resume_source/list);接口查询
示例值:1
|
CombinedCreateTalentReqBody.Builder |
selfEvaluation(TalentSelfEvaluation selfEvaluation)
自我评价
示例值:
|
CombinedCreateTalentReqBody.Builder |
snsList(TalentCombinedSnsInfo[] snsList)
社交账号
示例值:
|
CombinedCreateTalentReqBody.Builder |
worksList(TalentCombinedWorkInfo[] worksList)
作品
示例值:
|
public CombinedCreateTalentReqBody.Builder initSourceId(String initSourceId)
示例值:1
initSourceId - public CombinedCreateTalentReqBody.Builder resumeSourceId(String resumeSourceId)
示例值:1
resumeSourceId - public CombinedCreateTalentReqBody.Builder folderIdList(String[] folderIdList)
示例值:
folderIdList - public CombinedCreateTalentReqBody.Builder creatorId(String creatorId)
示例值:ou_84aad35d084aa403a838cf73ee18467
creatorId - public CombinedCreateTalentReqBody.Builder creatorAccountType(Integer creatorAccountType)
示例值:1
creatorAccountType - public CombinedCreateTalentReqBody.Builder resumeAttachmentId(String resumeAttachmentId)
示例值:7383906146040678700
resumeAttachmentId - public CombinedCreateTalentReqBody.Builder basicInfo(TalentCombinedBasicInfo basicInfo)
示例值:
basicInfo - public CombinedCreateTalentReqBody.Builder educationList(TalentCombinedEducationInfo[] educationList)
示例值:
educationList - public CombinedCreateTalentReqBody.Builder careerList(TalentCombinedCareerInfo[] careerList)
示例值:
careerList - public CombinedCreateTalentReqBody.Builder projectList(TalentCombinedProjectInfo[] projectList)
示例值:
projectList - public CombinedCreateTalentReqBody.Builder worksList(TalentCombinedWorkInfo[] worksList)
示例值:
worksList - public CombinedCreateTalentReqBody.Builder awardList(TalentCombinedAwardInfo[] awardList)
示例值:
awardList - public CombinedCreateTalentReqBody.Builder languageList(TalentCombinedLanguageInfo[] languageList)
示例值:
languageList - public CombinedCreateTalentReqBody.Builder snsList(TalentCombinedSnsInfo[] snsList)
示例值:
snsList - public CombinedCreateTalentReqBody.Builder preferredCityCodeList(String[] preferredCityCodeList)
示例值:
preferredCityCodeList - public CombinedCreateTalentReqBody.Builder selfEvaluation(TalentSelfEvaluation selfEvaluation)
示例值:
selfEvaluation - public CombinedCreateTalentReqBody.Builder customizedData(TalentCustomizedDataObjectValue[] customizedData)
示例值:
customizedData - public CombinedCreateTalentReqBody build()
Copyright © 2026. All rights reserved.