类 ApplicationJob.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.ApplicationJob.Builder
- 封闭类:
ApplicationJob
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明address(ApplicationJobAddress address) 地址build()城市编码国家department(Department department) 部门description(String description) 描述IDjobProcessId(String jobProcessId) 岗位流程编号recruitmentType(RecruitmentType recruitmentType) 招聘类型职称
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
ID示例值:
- 参数:
id-- 返回:
-
title
职称示例值:
- 参数:
title-- 返回:
-
city
城市示例值:
- 参数:
city-- 返回:
-
department
部门示例值:
- 参数:
department-- 返回:
-
recruitmentType
招聘类型示例值:
- 参数:
recruitmentType-- 返回:
-
description
描述示例值:
- 参数:
description-- 返回:
-
jobProcessId
岗位流程编号示例值:
- 参数:
jobProcessId-- 返回:
-
code
编码示例值:
- 参数:
code-- 返回:
-
address
地址示例值:
- 参数:
address-- 返回:
-
country
国家示例值:
- 参数:
country-- 返回:
-
build
-