类 Job.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.Job.Builder
- 封闭类:
Job
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明activeStatus(Integer activeStatus) 启用状态build()工作地点cityList(CodeNameObject[] cityList) 工作地点列表职位编号createTime(Integer createTime) 创建时间createTimestamp(String createTimestamp) 创建时间戳createUserId(String createUserId) 创建人ID,若为空则为系统或其他对接系统创建customizedDataList(JobCustomizedData[] customizedDataList) 自定义字段列表department(JobDepartment department) 部门description(String description) 职位描述experience(Integer experience) 工作年限expiryTime(Integer expiryTime) 到期日期expiryTimestamp(String expiryTimestamp) 到期时间戳招聘数量highlightList(JobHighlight[] highlightList) 职位亮点职位 IDjobAttribute(Integer jobAttribute) 职位属性,1是实体职位,2是虚拟职位jobCategory(JobCategory jobCategory) 职位序列jobFunction(IdNameObject jobFunction) 职能分类职位类别maxJobLevel(JobLevel maxJobLevel) 最高职级最高薪资,单位:kminJobLevel(JobLevel minJobLevel) 最低职级最低薪资,单位:kprocessEnName(String processEnName) 招聘流程英文名称招聘流程 IDprocessName(String processName) 招聘流程中文名称processType(Integer processType) 招聘流程类型recruitmentType(JobRecruitmentType recruitmentType) 雇佣类型requiredDegree(Integer requiredDegree) 学历要求requirement(String requirement) 职位要求subject(IdNameObject subject) 职位项目targetMajorList(TargetMajorInfo[] targetMajorList) 目标专业职位名称updateTime(Integer updateTime) 更新时间updateTimestamp(String updateTimestamp) 更新时间戳
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
职位 ID示例值:6001
- 参数:
id-- 返回:
-
title
职位名称示例值:测试职位
- 参数:
title-- 返回:
-
description
职位描述示例值:职位描述文本
- 参数:
description-- 返回:
-
code
职位编号示例值:R18
- 参数:
code-- 返回:
-
requirement
职位要求示例值:职位要求文本
- 参数:
requirement-- 返回:
-
recruitmentType
雇佣类型示例值:
- 参数:
recruitmentType-- 返回:
-
department
部门示例值:
- 参数:
department-- 返回:
-
city
工作地点示例值:
- 参数:
city-- 返回:
-
minJobLevel
最低职级示例值:
- 参数:
minJobLevel-- 返回:
-
maxJobLevel
最高职级示例值:
- 参数:
maxJobLevel-- 返回:
-
highlightList
职位亮点示例值:
- 参数:
highlightList-- 返回:
-
jobCategory
职位序列示例值:
- 参数:
jobCategory-- 返回:
-
jobType
职位类别示例值:
- 参数:
jobType-- 返回:
-
activeStatus
启用状态示例值:1
- 参数:
activeStatus-- 返回:
-
createUserId
创建人ID,若为空则为系统或其他对接系统创建示例值:ou-xxx
- 参数:
createUserId-- 返回:
-
createTime
创建时间示例值:1617170925462
- 参数:
createTime-- 返回:
-
updateTime
更新时间示例值:1617170925462
- 参数:
updateTime-- 返回:
-
processType
招聘流程类型示例值:1
- 参数:
processType-- 返回:
-
processId
招聘流程 ID示例值:1
- 参数:
processId-- 返回:
-
processName
招聘流程中文名称示例值:流程中文名
- 参数:
processName-- 返回:
-
processEnName
招聘流程英文名称示例值:流程英文名
- 参数:
processEnName-- 返回:
-
customizedDataList
自定义字段列表示例值:
- 参数:
customizedDataList-- 返回:
-
jobFunction
职能分类示例值:
- 参数:
jobFunction-- 返回:
-
subject
职位项目示例值:
- 参数:
subject-- 返回:
-
headCount
招聘数量示例值:100
- 参数:
headCount-- 返回:
-
experience
工作年限示例值:1
- 参数:
experience-- 返回:
-
expiryTime
到期日期示例值:1622484739955
- 参数:
expiryTime-- 返回:
-
minSalary
最低薪资,单位:k示例值:10
- 参数:
minSalary-- 返回:
-
maxSalary
最高薪资,单位:k示例值:20
- 参数:
maxSalary-- 返回:
-
requiredDegree
学历要求示例值:1
- 参数:
requiredDegree-- 返回:
-
cityList
工作地点列表示例值:
- 参数:
cityList-- 返回:
-
jobAttribute
职位属性,1是实体职位,2是虚拟职位示例值:1
- 参数:
jobAttribute-- 返回:
-
createTimestamp
创建时间戳示例值:1617170925462
- 参数:
createTimestamp-- 返回:
-
updateTimestamp
更新时间戳示例值:1617170925462
- 参数:
updateTimestamp-- 返回:
-
expiryTimestamp
到期时间戳示例值:1622484739955
- 参数:
expiryTimestamp-- 返回:
-
targetMajorList
目标专业示例值:
- 参数:
targetMajorList-- 返回:
-
build
-