类 ProfileSettingPersonalBasicInfo.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingPersonalBasicInfo.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明bornCountryRegion(String bornCountryRegion) 出生国家/地区build()customFields(ProfileSettingCustomField[] customFields) 自定义字段dateEnteredWorkforce(String dateEnteredWorkforce) 参加工作日期dateOfBirth(String dateOfBirth) 出生日期disableCardNumber(String disableCardNumber) 残疾证号,is_disabled 为 true 时必填个人邮箱ethnicityRace(String ethnicityRace) 民族 / 种族,枚举值。firstEntryTime(String firstEntryTime) 首次入境日期性别,枚举值 。isDisabled(Boolean isDisabled) 是否残疾isMartyrFamily(Boolean isMartyrFamily) 是否为烈属isOldAlone(Boolean isOldAlone) 是否为孤老预计离境日期legalName(ProfileSettingName legalName) 法定姓名maritalStatus(String maritalStatus) 婚姻状况,枚举值。martyrCardNumber(String martyrCardNumber) 烈属证号,is_martyr_family 为 true 时必填nationalityV2(String nationalityV2) 国籍IDnativeRegion(String nativeRegion) 籍贯(省份/行政区ID)phone(ProfileSettingPhone phone) 个人电话politicalAffiliation(String politicalAffiliation) 政治面貌,枚举值。preferredName(ProfileSettingName preferredName) 常用姓名
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
legalName
法定姓名示例值:
- 参数:
legalName-- 返回:
-
preferredName
常用姓名示例值:
- 参数:
preferredName-- 返回:
-
gender
性别,枚举值 。可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "person" custom_api_name = "gender"示例值:female
- 参数:
gender-- 返回:
-
nationalityV2
国籍ID示例值:6862995757234914826
- 参数:
nationalityV2-- 返回:
-
ethnicityRace
民族 / 种族,枚举值。 可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "person" custom_api_name = "ethnicity_race"示例值:han
- 参数:
ethnicityRace-- 返回:
-
phone
个人电话示例值:
- 参数:
phone-- 返回:
-
email
个人邮箱示例值:1234567@example.feishu.cn
- 参数:
email-- 返回:
-
dateOfBirth
出生日期示例值:2006-01-02
- 参数:
dateOfBirth-- 返回:
-
maritalStatus
婚姻状况,枚举值。 可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "person" custom_api_name = "marital_status"示例值:married
- 参数:
maritalStatus-- 返回:
-
isDisabled
是否残疾示例值:false
- 参数:
isDisabled-- 返回:
-
disableCardNumber
残疾证号,is_disabled 为 true 时必填示例值:92838277746172888312
- 参数:
disableCardNumber-- 返回:
-
isMartyrFamily
是否为烈属示例值:false
- 参数:
isMartyrFamily-- 返回:
-
martyrCardNumber
烈属证号,is_martyr_family 为 true 时必填示例值:00001
- 参数:
martyrCardNumber-- 返回:
-
isOldAlone
是否为孤老示例值:false
- 参数:
isOldAlone-- 返回:
-
bornCountryRegion
出生国家/地区示例值:6862995757234914825
- 参数:
bornCountryRegion-- 返回:
-
politicalAffiliation
政治面貌,枚举值。 可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "person_info_chn" custom_api_name = "political_affiliation"示例值:other
- 参数:
politicalAffiliation-- 返回:
-
nativeRegion
籍贯(省份/行政区ID)示例值:6862995757234914827
- 参数:
nativeRegion-- 返回:
-
dateEnteredWorkforce
参加工作日期示例值:2006-01-02
- 参数:
dateEnteredWorkforce-- 返回:
-
firstEntryTime
首次入境日期示例值:2006-01-02
- 参数:
firstEntryTime-- 返回:
-
leaveTime
预计离境日期示例值:2006-01-02
- 参数:
leaveTime-- 返回:
-
customFields
public ProfileSettingPersonalBasicInfo.Builder customFields(ProfileSettingCustomField[] customFields) 自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-