类 Employee.Builder
java.lang.Object
com.lark.oapi.service.ehr.v1.model.Employee.Builder
- 封闭类:
Employee
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customFields(CustomFields[] customFields) 自定义字段systemFields(SystemFields systemFields) 系统字段员工的用户 ID;;;user_id_type 为 user_id 时返回 user_id;;;;user_id_type 为 open_id 时返回 open_id;;;;user_id_type 为 union_id 时返回 union_id;;;;「待入职」和「已取消入职」的员工,此字段值为 null
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userId
员工的用户 ID;;;user_id_type 为 user_id 时返回 user_id;;;;user_id_type 为 open_id 时返回 open_id;;;;user_id_type 为 union_id 时返回 union_id;;;;「待入职」和「已取消入职」的员工,此字段值为 null示例值:ou_db362c0e79f5a26db1ca8e94698ee417
- 参数:
userId-- 返回:
-
systemFields
系统字段示例值:
- 参数:
systemFields-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-