类 EmergencyContact.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.EmergencyContact.Builder
- 封闭类:
EmergencyContact
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明联系地址build()customFields(CustomFieldData[] customFields) 自定义字段邮箱法定姓名name(PersonName name) 姓名电话电话relationship(Enum relationship) 关系
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
name
姓名示例值:
- 参数:
name-- 返回:
-
relationship
关系示例值:
- 参数:
relationship-- 返回:
-
phoneIst
电话示例值:
- 参数:
phoneIst-- 返回:
-
phoneList
电话示例值:
- 参数:
phoneList-- 返回:
-
legalName
法定姓名示例值:张三
- 参数:
legalName-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
address
联系地址示例值:
- 参数:
address-- 返回:
-
email
邮箱示例值:
- 参数:
email-- 返回:
-
build
-