类 Application.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.Application.Builder
- 封闭类:
Application
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明activeStatus(Integer activeStatus) 活跃状态applicationPreferredCityList(CodeNameObject[] applicationPreferredCityList) 意向投递城市列表build()createTime(String createTime) 创建时间投递创建人 ID,仅当投递创建人为企业内部员工时可获取(如员工手动上传简历 / 加入职位 / 内推),其余情况返回为空(如候选人主动投递)deliveryType(Integer deliveryType) 投递方式投递id投递的职位 IDmodifyTime(String modifyTime) 修改时间resumeSourceId(String resumeSourceId) 简历来源 IDresumeSourceInfo(ApplicationResumeSource resumeSourceInfo) 投递来源信息stage(ApplicationStageInfo stage) 投递处于的阶段stageTimeList(ApplicationStageTime[] stageTimeList) 阶段变更时间列表talentAttachmentResumeId(String talentAttachmentResumeId) 简历附件 ID候选人 IDterminationReasonList(String[] terminationReasonList) 终止的具体原因的id列表terminationReasonNote(String terminationReasonNote) 终止备注terminationType(Integer terminationType) 终止原因的类型websiteResumeSource(ApplicationWebsiteResumeSource websiteResumeSource) 官网投递来源
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
投递id示例值:6949805467799537964
- 参数:
id-- 返回:
-
jobId
投递的职位 ID示例值:6843547872837273223
- 参数:
jobId-- 返回:
-
talentId
候选人 ID示例值:6843547872837273223
- 参数:
talentId-- 返回:
-
resumeSourceId
简历来源 ID示例值:6583482347283472832
- 参数:
resumeSourceId-- 返回:
-
stage
投递处于的阶段示例值:
- 参数:
stage-- 返回:
-
activeStatus
活跃状态示例值:1
- 参数:
activeStatus-- 返回:
-
deliveryType
投递方式示例值:1
- 参数:
deliveryType-- 返回:
-
resumeSourceInfo
投递来源信息示例值:
- 参数:
resumeSourceInfo-- 返回:
-
websiteResumeSource
官网投递来源示例值:
- 参数:
websiteResumeSource-- 返回:
-
talentAttachmentResumeId
简历附件 ID示例值:6960663240925956415
- 参数:
talentAttachmentResumeId-- 返回:
-
createTime
创建时间示例值:1632990774278
- 参数:
createTime-- 返回:
-
modifyTime
修改时间示例值:1634801678103
- 参数:
modifyTime-- 返回:
-
stageTimeList
阶段变更时间列表示例值:
- 参数:
stageTimeList-- 返回:
-
terminationType
终止原因的类型示例值:1
- 参数:
terminationType-- 返回:
-
terminationReasonList
终止的具体原因的id列表示例值:
- 参数:
terminationReasonList-- 返回:
-
terminationReasonNote
终止备注示例值:其他投递已入职
- 参数:
terminationReasonNote-- 返回:
-
applicationPreferredCityList
public Application.Builder applicationPreferredCityList(CodeNameObject[] applicationPreferredCityList) 意向投递城市列表示例值:
- 参数:
applicationPreferredCityList-- 返回:
-
creatorId
投递创建人 ID,仅当投递创建人为企业内部员工时可获取(如员工手动上传简历 / 加入职位 / 内推),其余情况返回为空(如候选人主动投递)示例值:ou_ce613028fe74745421f5dc320bb9c709
- 参数:
creatorId-- 返回:
-
build
-