类 ProfileSettingDependent.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingDependent.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明address(ProfileSettingAddress address) 联系地址build()childBirthCertificates(ProfileSettingFile[] childBirthCertificates) 出生证明customFields(ProfileSettingCustomField[] customFields) 自定义字段dateOfBirth(String dateOfBirth) 生日工作单位性别,枚举值。岗位姓名phone(ProfileSettingPhone phone) 电话relationshipWithDependent(String relationshipWithDependent) 关系,枚举值。
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
legalName
姓名示例值:王大帅
- 参数:
legalName-- 返回:
-
dateOfBirth
生日示例值:2006-01-02
- 参数:
dateOfBirth-- 返回:
-
relationshipWithDependent
关系,枚举值。 可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "dependent" custom_api_name ="relationship_with_dependent"示例值:parent
- 参数:
relationshipWithDependent-- 返回:
-
gender
性别,枚举值。 可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "dependent" custom_api_name = "gender"示例值:female
- 参数:
gender-- 返回:
-
phone
电话示例值:
- 参数:
phone-- 返回:
-
job
岗位示例值:岗位
- 参数:
job-- 返回:
-
childBirthCertificates
public ProfileSettingDependent.Builder childBirthCertificates(ProfileSettingFile[] childBirthCertificates) 出生证明示例值:
- 参数:
childBirthCertificates-- 返回:
-
employer
工作单位示例值:飞书
- 参数:
employer-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
address
联系地址示例值:
- 参数:
address-- 返回:
-
build
-