类 EducationInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.EducationInfo.Builder
- 封闭类:
EducationInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明academicRanking(Integer academicRanking) 排名build()学历educationType(Integer educationType) 学历类型结束时间fieldOfStudy(String fieldOfStudy) 专业学校开始时间
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
degree
学历示例值:
- 参数:
degree-- 返回:
-
endTime
结束时间示例值:
- 参数:
endTime-- 返回:
-
fieldOfStudy
专业示例值:
- 参数:
fieldOfStudy-- 返回:
-
school
学校示例值:
- 参数:
school-- 返回:
-
startTime
开始时间示例值:
- 参数:
startTime-- 返回:
-
educationType
学历类型示例值:
- 参数:
educationType-- 返回:
-
academicRanking
排名示例值:
- 参数:
academicRanking-- 返回:
-
build
-