类 ExternalApplication.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.ExternalApplication.Builder
- 封闭类:
ExternalApplication
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()createTime(Integer createTime) 投递在外部系统创建时间deliveryType(Integer deliveryType) 投递类型externalId(String externalId) 外部系统投递主键 (仅用于幂等)外部投递 IDjobRecruitmentType(Integer jobRecruitmentType) 职位招聘类型职位名称modifyTime(Integer modifyTime) 更新时间resumeSource(String resumeSource) 简历来源阶段人才 IDterminationReason(String terminationReason) 终止原因terminationType(String terminationType) 终止类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
外部投递 ID示例值:6989202908470446380
- 参数:
id-- 返回:
-
externalId
外部系统投递主键 (仅用于幂等)示例值:123
- 参数:
externalId-- 返回:
-
jobRecruitmentType
职位招聘类型示例值:1
- 参数:
jobRecruitmentType-- 返回:
-
jobTitle
职位名称示例值:高级Java
- 参数:
jobTitle-- 返回:
-
resumeSource
简历来源示例值:lagou
- 参数:
resumeSource-- 返回:
-
stage
阶段示例值:1
- 参数:
stage-- 返回:
-
talentId
人才 ID示例值:6960663240925956459
- 参数:
talentId-- 返回:
-
terminationReason
终止原因示例值:不合适
- 参数:
terminationReason-- 返回:
-
deliveryType
投递类型示例值:1
- 参数:
deliveryType-- 返回:
-
modifyTime
更新时间示例值:1618500278645
- 参数:
modifyTime-- 返回:
-
createTime
投递在外部系统创建时间示例值:1618500278644
- 参数:
createTime-- 返回:
-
terminationType
终止类型示例值:health
- 参数:
terminationType-- 返回:
-
build
-