类 Talent.Builder

java.lang.Object
com.lark.oapi.service.hire.v1.model.Talent.Builder
封闭类:
Talent

public static class Talent.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • id

      public Talent.Builder id(String id)
      人才ID

      示例值:6891560630172518670

      参数:
      id -
      返回:
    • isInAgencyPeriod

      public Talent.Builder isInAgencyPeriod(Boolean isInAgencyPeriod)
      是否在猎头保护期

      示例值:true

      参数:
      isInAgencyPeriod -
      返回:
    • isOnboarded

      public Talent.Builder isOnboarded(Boolean isOnboarded)
      是否已入职

      示例值:true

      参数:
      isOnboarded -
      返回:
    • basicInfo

      public Talent.Builder basicInfo(TalentBasicInfo basicInfo)
      基础信息

      示例值:

      参数:
      basicInfo -
      返回:
    • educationList

      public Talent.Builder educationList(TalentEducationInfo[] educationList)
      教育经历

      示例值:

      参数:
      educationList -
      返回:
    • careerList

      public Talent.Builder careerList(TalentCareerInfo[] careerList)
      工作经历

      示例值:

      参数:
      careerList -
      返回:
    • projectList

      public Talent.Builder projectList(TalentProjectInfo[] projectList)
      项目经历

      示例值:

      参数:
      projectList -
      返回:
    • worksList

      public Talent.Builder worksList(TalentWorksInfo[] worksList)
      作品

      示例值:

      参数:
      worksList -
      返回:
    • awardList

      public Talent.Builder awardList(TalentAwardInfo[] awardList)
      获奖

      示例值:

      参数:
      awardList -
      返回:
    • languageList

      public Talent.Builder languageList(TalentLanguageInfo[] languageList)
      语言能力

      示例值:

      参数:
      languageList -
      返回:
    • snsList

      public Talent.Builder snsList(TalentSnsInfo[] snsList)
      社交账号

      示例值:

      参数:
      snsList -
      返回:
    • resumeSourceList

      public Talent.Builder resumeSourceList(TalentResumeSource[] resumeSourceList)
      简历来源

      示例值:

      参数:
      resumeSourceList -
      返回:
    • interviewRegistrationList

      public Talent.Builder interviewRegistrationList(TalentInterviewRegistrationSimple[] interviewRegistrationList)
      面试登记表

      示例值:

      参数:
      interviewRegistrationList -
      返回:
    • registrationList

      public Talent.Builder registrationList(RegistrationBasicInfo[] registrationList)
      登记表列表

      示例值:

      参数:
      registrationList -
      返回:
    • resumeAttachmentIdList

      public Talent.Builder resumeAttachmentIdList(String[] resumeAttachmentIdList)
      简历附件id列表(按照简历创建时间降序)

      示例值:

      参数:
      resumeAttachmentIdList -
      返回:
    • customizedDataList

      public Talent.Builder customizedDataList(TalentCustomizedData[] customizedDataList)
      自定义模块

      示例值:

      参数:
      customizedDataList -
      返回:
    • topDegree

      public Talent.Builder topDegree(Integer topDegree)
      最高学历

      示例值:1

      参数:
      topDegree -
      返回:
    • firstDegree

      public Talent.Builder firstDegree(Integer firstDegree)
      第一学历

      示例值:3

      参数:
      firstDegree -
      返回:
    • build

      public Talent build()