类 BatchGetEmployeesJobDataReqBody.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.BatchGetEmployeesJobDataReqBody.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()查看数据日期,默认为今天effectiveDateEnd(String effectiveDateEnd) 生效日期 - 搜索范围结束effectiveDateStart(String effectiveDateStart) 生效日期 - 搜索范围开始employmentIds(String[] employmentIds) 员工雇佣 ID 列表getAllVersion(Boolean getAllVersion) 是否获取所有任职记录,true 为获取员工所有版本的任职记录,false 为仅获取当前生效的任职记录,默认为 false
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
employmentIds
员工雇佣 ID 列表示例值:
- 参数:
employmentIds-- 返回:
-
getAllVersion
是否获取所有任职记录,true 为获取员工所有版本的任职记录,false 为仅获取当前生效的任职记录,默认为 false示例值:false
- 参数:
getAllVersion-- 返回:
-
effectiveDateStart
生效日期 - 搜索范围开始示例值:2020-01-01
- 参数:
effectiveDateStart-- 返回:
-
effectiveDateEnd
生效日期 - 搜索范围结束示例值:2020-01-01
- 参数:
effectiveDateEnd-- 返回:
-
dataDate
查看数据日期,默认为今天示例值:2020-01-01
- 参数:
dataDate-- 返回:
-
build
-