类 GetLeaveEmployExpireRecordReqBody.Builder
java.lang.Object
com.lark.oapi.service.attendance.v1.model.GetLeaveEmployExpireRecordReqBody.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()employmentId(String employmentId) 员工IDendExpirationDate(String endExpirationDate) 失效最晚日期 2023-05-10 格式leaveTypeId(String leaveTypeId) 假期类型IDstartExpirationDate(String startExpirationDate) 失效最早日期 2023-04-10 格式timeOffset(Integer timeOffset) 时间偏移,东八区:480 8*60, 如果没有这个参数,默认东八区
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
employmentId
员工ID示例值:1
- 参数:
employmentId-- 返回:
-
leaveTypeId
假期类型ID示例值:1
- 参数:
leaveTypeId-- 返回:
-
startExpirationDate
失效最早日期 2023-04-10 格式示例值:2023-04-10
- 参数:
startExpirationDate-- 返回:
-
endExpirationDate
失效最晚日期 2023-05-10 格式示例值:2023-05-10
- 参数:
endExpirationDate-- 返回:
-
timeOffset
时间偏移,东八区:480 8*60, 如果没有这个参数,默认东八区示例值:480
- 参数:
timeOffset-- 返回:
-
build
-