类 LeaveBalance.Builder
java.lang.Object
com.lark.oapi.service.corehr.v1.model.LeaveBalance.Builder
- 封闭类:
LeaveBalance
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()historicalCyclesLeft(String historicalCyclesLeft) 结转的历史周期授予时长leaveBalance(String leaveBalance) 假期余额leaveDurationUnit(Integer leaveDurationUnit) 假期时长单位;;可选值有:;;- 1: 天;;- 2: 小时leaveTypeId(String leaveTypeId) 假期类型IDleaveTypeName(I18n[] leaveTypeName) 假期类型名称thisCycleTaken(String thisCycleTaken) 本周期已休时长thisCycleTotal(String thisCycleTotal) 本周期授予时长
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
leaveTypeId
假期类型ID示例值:4718803945687580505
- 参数:
leaveTypeId-- 返回:
-
leaveTypeName
假期类型名称示例值:
- 参数:
leaveTypeName-- 返回:
-
historicalCyclesLeft
结转的历史周期授予时长示例值:0
- 参数:
historicalCyclesLeft-- 返回:
-
thisCycleTotal
本周期授予时长示例值:0
- 参数:
thisCycleTotal-- 返回:
-
thisCycleTaken
本周期已休时长示例值:0
- 参数:
thisCycleTaken-- 返回:
-
leaveBalance
假期余额示例值:0
- 参数:
leaveBalance-- 返回:
-
leaveDurationUnit
假期时长单位;;可选值有:;;- 1: 天;;- 2: 小时示例值:1
- 参数:
leaveDurationUnit-- 返回:
-
build
-