类 LeaveAccrualRecord.Builder
java.lang.Object
com.lark.oapi.service.attendance.v1.model.LeaveAccrualRecord.Builder
- 封闭类:
LeaveAccrualRecord
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()授予记录的创建时间,unix时间戳授予记录的创建人的IDeffectiveDate(String effectiveDate) 生效日期,格式"2020-01-01"employmentId(String employmentId) 员工IDexpirationDate(String expirationDate) 失效日期,格式"2020-01-01"授予来源,1:系统授予;2:手动授予;3:外部系统授予grantingQuantity(String grantingQuantity) 授予数量grantingUnit(Integer grantingUnit) 授予单位,1表示天,2表示小时授予记录唯一IDleaveTypeId(String leaveTypeId) 假期类型ID授予原因sectionType(Integer sectionType) 是否参与折算授予记录的更新时间,unix时间戳授予记录的更新人的ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
授予记录唯一ID示例值:1
- 参数:
id-- 返回:
-
employmentId
员工ID示例值:1
- 参数:
employmentId-- 返回:
-
leaveTypeId
假期类型ID示例值:1
- 参数:
leaveTypeId-- 返回:
-
grantingQuantity
授予数量示例值:1
- 参数:
grantingQuantity-- 返回:
-
grantingUnit
授予单位,1表示天,2表示小时示例值:1
- 参数:
grantingUnit-- 返回:
-
effectiveDate
生效日期,格式"2020-01-01"示例值:2020-01-01
- 参数:
effectiveDate-- 返回:
-
expirationDate
失效日期,格式"2020-01-01"示例值:2020-01-01
- 参数:
expirationDate-- 返回:
-
grantedBy
授予来源,1:系统授予;2:手动授予;3:外部系统授予示例值:1
- 参数:
grantedBy-- 返回:
-
reason
授予原因示例值:
- 参数:
reason-- 返回:
-
createdAt
授予记录的创建时间,unix时间戳示例值:1
- 参数:
createdAt-- 返回:
-
createdBy
授予记录的创建人的ID示例值:1
- 参数:
createdBy-- 返回:
-
updatedAt
授予记录的更新时间,unix时间戳示例值:1
- 参数:
updatedAt-- 返回:
-
updatedBy
授予记录的更新人的ID示例值:1
- 参数:
updatedBy-- 返回:
-
sectionType
是否参与折算示例值:1
- 参数:
sectionType-- 返回:
-
build
-