类 Education.Builder
java.lang.Object
com.lark.oapi.service.corehr.v1.model.Education.Builder
- 封闭类:
Education
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()countryRegionId(String countryRegionId) 国家地区IDcustomFields(ObjectFieldData[] customFields) 自定义字段学位,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)学位(degree)枚举定义获得结束日期expectedEndDate(String expectedEndDate) 预期结束日期fieldOfStudy(I18n[] fieldOfStudy) 专业fieldOfStudyName(Enum fieldOfStudyName) 专业名称levelOfEducation(Enum levelOfEducation) 学历,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)学历(level_of_education)枚举定义获得学校schoolName(Enum schoolName) 学校名称开始日期
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
school
学校示例值:
- 参数:
school-- 返回:
-
levelOfEducation
学历,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)学历(level_of_education)枚举定义获得示例值:
- 参数:
levelOfEducation-- 返回:
-
startDate
开始日期示例值:2011-09-01
- 参数:
startDate-- 返回:
-
endDate
结束日期示例值:2015-06-30
- 参数:
endDate-- 返回:
-
fieldOfStudy
专业示例值:
- 参数:
fieldOfStudy-- 返回:
-
degree
学位,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)学位(degree)枚举定义获得示例值:
- 参数:
degree-- 返回:
-
schoolName
学校名称示例值:
- 参数:
schoolName-- 返回:
-
fieldOfStudyName
专业名称示例值:
- 参数:
fieldOfStudyName-- 返回:
-
countryRegionId
国家地区ID示例值:1
- 参数:
countryRegionId-- 返回:
-
expectedEndDate
预期结束日期示例值:2011-09-01
- 参数:
expectedEndDate-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-