类 JobConfigResult.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.JobConfigResult.Builder
- 封闭类:
JobConfigResult
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assessmentTemplate(IdNameObject assessmentTemplate) 面试评价表build()职位 IDinterviewAppointmentConfig(InterviewAppointmentConfig interviewAppointmentConfig) 面试官安排面试配置interviewRegistration(RegistrationInfo interviewRegistration) 面试登记表interviewRoundList(JobConfigInterviewRound[] interviewRoundList) 建议面试官列表interviewRoundTypeList(JobConfigRoundTypeResult[] interviewRoundTypeList) 面试轮次类型列表jobAttribute(Integer jobAttribute) 职位属性,1是实体职位,2是虚拟职位jobRequirementList(IdNameObject[] jobRequirementList) 招聘需求offerApplySchema(IdNameObject offerApplySchema) Offer 申请表offerProcessConf(IdNameObject offerProcessConf) Offer 审批流onboardRegistration(RegistrationInfo onboardRegistration) 入职登记表recommendedEvaluatorList(IdNameObject[] recommendedEvaluatorList) 建议评估人列表relatedJobList(IdNameObject[] relatedJobList) 关联职位列表
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
offerApplySchema
Offer 申请表示例值:
- 参数:
offerApplySchema-- 返回:
-
offerProcessConf
Offer 审批流示例值:
- 参数:
offerProcessConf-- 返回:
-
recommendedEvaluatorList
建议评估人列表示例值:
- 参数:
recommendedEvaluatorList-- 返回:
-
assessmentTemplate
面试评价表示例值:
- 参数:
assessmentTemplate-- 返回:
-
id
职位 ID示例值:6960663240925956574
- 参数:
id-- 返回:
-
interviewRoundList
建议面试官列表示例值:
- 参数:
interviewRoundList-- 返回:
-
jobRequirementList
招聘需求示例值:
- 参数:
jobRequirementList-- 返回:
-
interviewRegistration
面试登记表示例值:
- 参数:
interviewRegistration-- 返回:
-
onboardRegistration
入职登记表示例值:
- 参数:
onboardRegistration-- 返回:
-
interviewRoundTypeList
public JobConfigResult.Builder interviewRoundTypeList(JobConfigRoundTypeResult[] interviewRoundTypeList) 面试轮次类型列表示例值:
- 参数:
interviewRoundTypeList-- 返回:
-
jobAttribute
职位属性,1是实体职位,2是虚拟职位示例值:1
- 参数:
jobAttribute-- 返回:
-
interviewAppointmentConfig
public JobConfigResult.Builder interviewAppointmentConfig(InterviewAppointmentConfig interviewAppointmentConfig) 面试官安排面试配置示例值:
- 参数:
interviewAppointmentConfig-- 返回:
-
build
-