类 WebsiteDeliveryEducation.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.WebsiteDeliveryEducation.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明academicRanking(Integer academicRanking) 专业排名build()customizedData(WebsiteDeliveryCustomizedData[] customizedData) 自定义字段学位educationType(Integer educationType) 学历类型结束时间 ,如果是至今传值 -1结束时间-新,无「至今」传值。fieldOfStudy(String fieldOfStudy) 专业学校开始时间
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
educationType
学历类型示例值:1
- 参数:
educationType-- 返回:
-
endTime
结束时间 ,如果是至今传值 -1示例值:1618500278663
- 参数:
endTime-- 返回:
-
endTimeV2
结束时间-新,无「至今」传值。建议使用此字段,避免模糊的毕业时间影响候选人筛选示例值:1618500278663
- 参数:
endTimeV2-- 返回:
-
fieldOfStudy
专业示例值:汉语言文学
- 参数:
fieldOfStudy-- 返回:
-
school
学校示例值:香港中文大学
- 参数:
school-- 返回:
-
startTime
开始时间示例值:1609430400
- 参数:
startTime-- 返回:
-
academicRanking
专业排名示例值:5
- 参数:
academicRanking-- 返回:
-
customizedData
public WebsiteDeliveryEducation.Builder customizedData(WebsiteDeliveryCustomizedData[] customizedData) 自定义字段示例值:
- 参数:
customizedData-- 返回:
-
degree
学位示例值:1
- 参数:
degree-- 返回:
-
build
-