类 Talent.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.Talent.Builder
- 封闭类:
Talent
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明awardList(TalentAwardInfo[] awardList) 获奖basicInfo(TalentBasicInfo basicInfo) 基础信息build()careerList(TalentCareerInfo[] careerList) 工作经历customizedDataList(TalentCustomizedData[] customizedDataList) 自定义模块educationList(TalentEducationInfo[] educationList) 教育经历firstDegree(Integer firstDegree) 第一学历人才IDinterviewRegistrationList(TalentInterviewRegistrationSimple[] interviewRegistrationList) 面试登记表isInAgencyPeriod(Boolean isInAgencyPeriod) 是否在猎头保护期isOnboarded(Boolean isOnboarded) 是否已入职languageList(TalentLanguageInfo[] languageList) 语言能力projectList(TalentProjectInfo[] projectList) 项目经历registrationList(RegistrationBasicInfo[] registrationList) 登记表列表resumeAttachmentIdList(String[] resumeAttachmentIdList) 简历附件id列表(按照简历创建时间降序)resumeSourceList(TalentResumeSource[] resumeSourceList) 简历来源snsList(TalentSnsInfo[] snsList) 社交账号最高学历worksList(TalentWorksInfo[] worksList) 作品
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
人才ID示例值:6891560630172518670
- 参数:
id-- 返回:
-
isInAgencyPeriod
是否在猎头保护期示例值:true
- 参数:
isInAgencyPeriod-- 返回:
-
isOnboarded
是否已入职示例值:true
- 参数:
isOnboarded-- 返回:
-
basicInfo
基础信息示例值:
- 参数:
basicInfo-- 返回:
-
educationList
教育经历示例值:
- 参数:
educationList-- 返回:
-
careerList
工作经历示例值:
- 参数:
careerList-- 返回:
-
projectList
项目经历示例值:
- 参数:
projectList-- 返回:
-
worksList
作品示例值:
- 参数:
worksList-- 返回:
-
awardList
获奖示例值:
- 参数:
awardList-- 返回:
-
languageList
语言能力示例值:
- 参数:
languageList-- 返回:
-
snsList
社交账号示例值:
- 参数:
snsList-- 返回:
-
resumeSourceList
简历来源示例值:
- 参数:
resumeSourceList-- 返回:
-
interviewRegistrationList
public Talent.Builder interviewRegistrationList(TalentInterviewRegistrationSimple[] interviewRegistrationList) 面试登记表示例值:
- 参数:
interviewRegistrationList-- 返回:
-
registrationList
登记表列表示例值:
- 参数:
registrationList-- 返回:
-
resumeAttachmentIdList
简历附件id列表(按照简历创建时间降序)示例值:
- 参数:
resumeAttachmentIdList-- 返回:
-
customizedDataList
自定义模块示例值:
- 参数:
customizedDataList-- 返回:
-
topDegree
最高学历示例值:1
- 参数:
topDegree-- 返回:
-
firstDegree
第一学历示例值:3
- 参数:
firstDegree-- 返回:
-
build
-