类 JobRequirement.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.JobRequirement.Builder
- 封闭类:
JobRequirement
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明工作地点 ID,枚举值可通过「获取地址列表」接口查询获得build()需求类型customizedDataList(JobRequirementCustomizedData[] customizedDataList) 自定义字段预计完成日期,毫秒级时间戳departmentId(String departmentId) 需求部门的 open department iddescription(String description) 需求描述directLeaderIdList(String[] directLeaderIdList) 直属上级 IDdisplayProgress(Integer displayProgress) 需求状态employeeTypeId(String employeeTypeId) 人员类型需求人数招聘需求中的职位类别jrHiringManagerIdList(String[] jrHiringManagerIdList) 需求用人经理 ID 列表maxLevelId(String maxLevelId) 最高职级 ID最高薪资,单位:千minLevelId(String minLevelId) 最低职级 ID最低薪资,单位:千需求名称招聘优先级processType(Integer processType) 支持的招聘类型列表recruiterIdList(String[] recruiterIdList) 需求负责人 ID 列表recruitmentTypeId(String recruitmentTypeId) 职位性质 ID,可在「招聘枚举常量」文档中查看枚举值requiredDegree(Integer requiredDegree) 学历要求sequenceId(String sequenceId) 职位序列 ID招聘需求编号开始日期,毫秒级时间戳
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
shortCode
招聘需求编号示例值:xx1
- 参数:
shortCode-- 返回:
-
name
需求名称示例值:test
- 参数:
name-- 返回:
-
displayProgress
需求状态示例值:1
- 参数:
displayProgress-- 返回:
-
headCount
需求人数示例值:11
- 参数:
headCount-- 返回:
-
recruitmentTypeId
职位性质 ID,可在「招聘枚举常量」文档中查看枚举值示例值:101
- 参数:
recruitmentTypeId-- 返回:
-
employeeTypeId
人员类型示例值:6807409776231254285
- 参数:
employeeTypeId-- 返回:
-
maxLevelId
最高职级 ID示例值:6807409776231254285
- 参数:
maxLevelId-- 返回:
-
minLevelId
最低职级 ID示例值:6911957338526091534
- 参数:
minLevelId-- 返回:
-
sequenceId
职位序列 ID示例值:6911957338526091536
- 参数:
sequenceId-- 返回:
-
category
需求类型示例值:1
- 参数:
category-- 返回:
-
departmentId
需求部门的 open department id示例值:od-4e6ac4d14bcd5071a37a39de902c7141
- 参数:
departmentId-- 返回:
-
recruiterIdList
需求负责人 ID 列表示例值:ou_7dab8a3d3cdcc9da365777c7ad535d62
- 参数:
recruiterIdList-- 返回:
-
jrHiringManagerIdList
需求用人经理 ID 列表示例值:
- 参数:
jrHiringManagerIdList-- 返回:
-
directLeaderIdList
直属上级 ID示例值:ou_7dab8a3d3cdcc9da365777c7ad535d62
- 参数:
directLeaderIdList-- 返回:
-
startTime
开始日期,毫秒级时间戳示例值:1625729379000
- 参数:
startTime-- 返回:
-
deadline
预计完成日期,毫秒级时间戳示例值:1625729379000
- 参数:
deadline-- 返回:
-
priority
招聘优先级示例值:1
- 参数:
priority-- 返回:
-
requiredDegree
学历要求示例值:1
- 参数:
requiredDegree-- 返回:
-
maxSalary
最高薪资,单位:千示例值:10
- 参数:
maxSalary-- 返回:
-
minSalary
最低薪资,单位:千示例值:15
- 参数:
minSalary-- 返回:
-
addressId
工作地点 ID,枚举值可通过「获取地址列表」接口查询获得示例值:11
- 参数:
addressId-- 返回:
-
description
需求描述示例值:11
- 参数:
description-- 返回:
-
customizedDataList
自定义字段示例值:
- 参数:
customizedDataList-- 返回:
-
processType
支持的招聘类型列表示例值:1
- 参数:
processType-- 返回:
-
jobTypeId
招聘需求中的职位类别示例值:6930815272790114324
- 参数:
jobTypeId-- 返回:
-
build
-