public static class EducationInfoForUpdate.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
EducationInfoForUpdate |
build() |
EducationInfoForUpdate.Builder |
customFields(ObjectFieldData[] customFields)
自定义字段
示例值:
|
EducationInfoForUpdate.Builder |
degree(String degree)
学位,枚举值可查询[获取字段详情](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/custom_field/get_by_param)接口获取,按如下参数查询即可:;-
object_api_name:education;- custom_api_name:degree
示例值:
|
EducationInfoForUpdate.Builder |
education(String education)
学历,枚举值可通过文档[枚举常量介绍](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)学历(level_of_education)枚举定义获得
示例值:
|
EducationInfoForUpdate.Builder |
endTime(String endTime)
示例值:
|
EducationInfoForUpdate.Builder |
fieldOfStudy(String fieldOfStudy)
示例值:
|
EducationInfoForUpdate.Builder |
schoolName(String schoolName)
示例值:
|
EducationInfoForUpdate.Builder |
startTime(String startTime)
示例值:
|
public EducationInfoForUpdate.Builder schoolName(String schoolName)
schoolName - public EducationInfoForUpdate.Builder education(String education)
示例值:
education - public EducationInfoForUpdate.Builder startTime(String startTime)
startTime - public EducationInfoForUpdate.Builder endTime(String endTime)
endTime - public EducationInfoForUpdate.Builder fieldOfStudy(String fieldOfStudy)
fieldOfStudy - public EducationInfoForUpdate.Builder customFields(ObjectFieldData[] customFields)
示例值:
customFields - public EducationInfoForUpdate.Builder degree(String degree)
示例值:
degree - public EducationInfoForUpdate build()
Copyright © 2026. All rights reserved.