类 LeaveEmployExpireRecord.Builder
java.lang.Object
com.lark.oapi.service.attendance.v1.model.LeaveEmployExpireRecord.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明accrualSource(LeaveEmployExpireRecordAccrualSourceEnum accrualSource) 授予来源accrualSource(Integer accrualSource) 授予来源build()effectiveDate(String effectiveDate) 生效日期,格式"2020-01-01"employmentId(String employmentId) 员工IDexpirationDate(String expirationDate) 失效日期,格式"2020-01-01"grantingQuantity(String grantingQuantity) 授予余额数量grantingUnit(Integer grantingUnit) 授予单位,1表示天,2表示小时record idisUpdateByExternal(Boolean isUpdateByExternal) 是否已经被外部系统更改过leaveSubTypeId(String leaveSubTypeId) 假期子类型idleaveTypeId(String leaveTypeId) 假期类型IDleftGrantingQuantity(String leftGrantingQuantity) 授予数量 扣减完后的授予数量授予原因sectionType(Integer sectionType) 是否参与清算
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
record id示例值:1
- 参数:
id-- 返回:
-
employmentId
员工ID示例值:1
- 参数:
employmentId-- 返回:
-
leaveTypeId
假期类型ID示例值:1
- 参数:
leaveTypeId-- 返回:
-
grantingQuantity
授予余额数量示例值:1
- 参数:
grantingQuantity-- 返回:
-
leftGrantingQuantity
授予数量 扣减完后的授予数量示例值:1
- 参数:
leftGrantingQuantity-- 返回:
-
grantingUnit
授予单位,1表示天,2表示小时示例值:1
- 参数:
grantingUnit-- 返回:
-
effectiveDate
生效日期,格式"2020-01-01"示例值:2020-01-01
- 参数:
effectiveDate-- 返回:
-
expirationDate
失效日期,格式"2020-01-01"示例值:2020-01-01
- 参数:
expirationDate-- 返回:
-
reason
授予原因示例值:
- 参数:
reason-- 返回:
-
isUpdateByExternal
是否已经被外部系统更改过示例值:true
- 参数:
isUpdateByExternal-- 返回:
-
accrualSource
授予来源示例值:1
- 参数:
accrualSource-- 返回:
-
accrualSource
public LeaveEmployExpireRecord.Builder accrualSource(LeaveEmployExpireRecordAccrualSourceEnum accrualSource) 授予来源示例值:1
- 参数:
accrualSource-LeaveEmployExpireRecordAccrualSourceEnum- 返回:
-
leaveSubTypeId
假期子类型id示例值:1
- 参数:
leaveSubTypeId-- 返回:
-
sectionType
是否参与清算示例值:1
- 参数:
sectionType-- 返回:
-
build
-