类 UserInfo.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.UserInfo.Builder
- 封闭类:
UserInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()邮箱employeeNo(String employeeNo) 员工工号英文名isResigned(Boolean isResigned) 用户是否离职手机号用户默认名resignDate(String resignDate) 离职日期resignTime(String resignTime) 离职时间,时间戳格式,表示从1970年1月1日开始所经过的秒数员工id中文名
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userId
员工id示例值:3e3cf96b
- 参数:
userId-- 返回:
-
name
用户默认名示例值:张三
- 参数:
name-- 返回:
-
zhName
中文名示例值:张三
- 参数:
zhName-- 返回:
-
enName
英文名示例值:zhang san
- 参数:
enName-- 返回:
-
mobile
手机号示例值:13011111111
- 参数:
mobile-- 返回:
-
employeeNo
员工工号示例值:1
- 参数:
employeeNo-- 返回:
-
email
邮箱示例值:zhangsan@gmail.com
- 参数:
email-- 返回:
-
isResigned
用户是否离职示例值:true
- 参数:
isResigned-- 返回:
-
resignTime
离职时间,时间戳格式,表示从1970年1月1日开始所经过的秒数示例值:1672502400
- 参数:
resignTime-- 返回:
-
resignDate
离职日期示例值:2023-01-01
- 参数:
resignDate-- 返回:
-
build
-