类 TalentCombinedCareerInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.TalentCombinedCareerInfo.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()careerType(Integer careerType) 经历类型公司名称customizedData(TalentCustomizedDataObjectValue[] customizedData) 自定义字段描述结束时间ID开始时间职位名称
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
ID示例值:6891560630172518670
- 参数:
id-- 返回:
-
company
公司名称示例值:测试公司
- 参数:
company-- 返回:
-
title
职位名称示例值:高级工程师
- 参数:
title-- 返回:
-
desc
描述示例值:测试
- 参数:
desc-- 返回:
-
startTime
开始时间示例值:293016767159
- 参数:
startTime-- 返回:
-
endTime
结束时间示例值:293016767159
- 参数:
endTime-- 返回:
-
careerType
经历类型示例值:1
- 参数:
careerType-- 返回:
-
customizedData
public TalentCombinedCareerInfo.Builder customizedData(TalentCustomizedDataObjectValue[] customizedData) 自定义字段示例值:
- 参数:
customizedData-- 返回:
-
build
-