类 TalentCombinedBasicInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.TalentCombinedBasicInfo.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明出生日期build()currentCityCode(String currentCityCode) 所在地点编码customizedData(TalentCustomizedDataObjectValue[] customizedData) 自定义字段列表邮箱性别hometownCityCode(String hometownCityCode) 家乡编码identification(TalentIdentificationInfo identification) 证件信息identificationNumber(String identificationNumber) 证件号identificationType(Integer identificationType) 证件类型手机号mobileCountryCode(String mobileCountryCode) 手机国家代码名字nationalityId(String nationalityId) 国籍编码startWorkTime(String startWorkTime) 开始工作时间
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
name
名字示例值:测试
- 参数:
name-- 返回:
-
mobile
手机号示例值:182900291190
- 参数:
mobile-- 返回:
-
mobileCountryCode
手机国家代码示例值:CN_1
- 参数:
mobileCountryCode-- 返回:
-
email
邮箱示例值:16xx1@126.com
- 参数:
email-- 返回:
-
identificationType
证件类型示例值:1
- 参数:
identificationType-- 返回:
-
identificationNumber
证件号示例值:511699199x1x111234
- 参数:
identificationNumber-- 返回:
-
identification
证件信息示例值:
- 参数:
identification-- 返回:
-
startWorkTime
开始工作时间示例值:293016767159
- 参数:
startWorkTime-- 返回:
-
birthday
出生日期示例值:293016767159
- 参数:
birthday-- 返回:
-
gender
性别示例值:1
- 参数:
gender-- 返回:
-
nationalityId
国籍编码示例值:CN_112
- 参数:
nationalityId-- 返回:
-
currentCityCode
所在地点编码示例值:CT_159
- 参数:
currentCityCode-- 返回:
-
hometownCityCode
家乡编码示例值:CT_159
- 参数:
hometownCityCode-- 返回:
-
customizedData
public TalentCombinedBasicInfo.Builder customizedData(TalentCustomizedDataObjectValue[] customizedData) 自定义字段列表示例值:
- 参数:
customizedData-- 返回:
-
build
-