类 TalentBasicInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.TalentBasicInfo.Builder
- 封闭类:
TalentBasicInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明年龄生日build()创建人currentCity(TalentCityInfo currentCity) 所在地点currentHomeAddress(String currentHomeAddress) 家庭住址customizedDataList(TalentCustomizedDataChild[] customizedDataList) 自定义字段邮箱experienceYears(Integer experienceYears) 工作年限性别hometownCity(TalentCityInfo hometownCity) 家乡hukouLocationCode(String hukouLocationCode) 户口所在地identificationNumber(String identificationNumber) 证件号identificationType(Integer identificationType) 证件类型maritalStatus(Integer maritalStatus) 婚姻状况手机mobileCode(String mobileCode) 手机国家区号mobileCountryCode(String mobileCountryCode) 手机国家代码modifyTime(String modifyTime) 修改时间名字nationality(TalentNationality nationality) 国籍preferredCityList(TalentCityInfo[] preferredCityList) 意向地点
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
name
名字示例值:测试
- 参数:
name-- 返回:
-
mobile
手机示例值:182900291190
- 参数:
mobile-- 返回:
-
mobileCode
手机国家区号示例值:86
- 参数:
mobileCode-- 返回:
-
mobileCountryCode
手机国家代码示例值:CN_1
- 参数:
mobileCountryCode-- 返回:
-
email
邮箱示例值:16xx1@126.com
- 参数:
email-- 返回:
-
experienceYears
工作年限示例值:5
- 参数:
experienceYears-- 返回:
-
age
年龄示例值:22
- 参数:
age-- 返回:
-
nationality
国籍示例值:
- 参数:
nationality-- 返回:
-
gender
性别示例值:1
- 参数:
gender-- 返回:
-
currentCity
所在地点示例值:
- 参数:
currentCity-- 返回:
-
hometownCity
家乡示例值:
- 参数:
hometownCity-- 返回:
-
preferredCityList
意向地点示例值:
- 参数:
preferredCityList-- 返回:
-
identificationType
证件类型示例值:1
- 参数:
identificationType-- 返回:
-
identificationNumber
证件号示例值:511699199x1x111234
- 参数:
identificationNumber-- 返回:
-
birthday
生日示例值:293016767159
- 参数:
birthday-- 返回:
-
creatorId
创建人示例值:ou-xxx
- 参数:
creatorId-- 返回:
-
maritalStatus
婚姻状况示例值:1
- 参数:
maritalStatus-- 返回:
-
currentHomeAddress
家庭住址示例值:南京路1号
- 参数:
currentHomeAddress-- 返回:
-
customizedDataList
自定义字段示例值:
- 参数:
customizedDataList-- 返回:
-
modifyTime
修改时间示例值:1634801678103
- 参数:
modifyTime-- 返回:
-
hukouLocationCode
户口所在地示例值:CN_1
- 参数:
hukouLocationCode-- 返回:
-
build
-