类 WorkExperience.Builder
java.lang.Object
com.lark.oapi.service.corehr.v1.model.WorkExperience.Builder
- 封闭类:
WorkExperience
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()companyOrganization(I18n[] companyOrganization) 公司 / 组织customFields(ObjectFieldData[] customFields) 自定义字段department(I18n[] department) 部门description(I18n[] description) 工作描述结束日期岗位开始日期
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
companyOrganization
公司 / 组织示例值:
- 参数:
companyOrganization-- 返回:
-
department
部门示例值:
- 参数:
department-- 返回:
-
job
岗位示例值:
- 参数:
job-- 返回:
-
description
工作描述示例值:
- 参数:
description-- 返回:
-
startDate
开始日期示例值:2020-01-01
- 参数:
startDate-- 返回:
-
endDate
结束日期示例值:2020-01-01
- 参数:
endDate-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-