类 TaskResult.Builder
java.lang.Object
com.lark.oapi.service.attendance.v1.model.TaskResult.Builder
- 封闭类:
TaskResult
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()checkInRecord(UserFlow checkInRecord) 上班打卡记录checkInRecordId(String checkInRecordId) 上班打卡记录 IDcheckInResult(TaskResultCheckInResultEnum checkInResult) 上班打卡结果checkInResult(String checkInResult) 上班打卡结果checkInResultSupplement(TaskResultCheckInResultSupplementEnum checkInResultSupplement) 上班打卡结果补充checkInResultSupplement(String checkInResultSupplement) 上班打卡结果补充checkInShiftTime(String checkInShiftTime) 上班打卡时间checkOutRecord(UserFlow checkOutRecord) 下班打卡记录checkOutRecordId(String checkOutRecordId) 下班打卡记录 IDcheckOutResult(TaskResultCheckOutResultEnum checkOutResult) 下班打卡结果checkOutResult(String checkOutResult) 下班打卡结果checkOutResultSupplement(TaskResultCheckOutResultSupplementEnum checkOutResultSupplement) 下班打卡结果补充checkOutResultSupplement(String checkOutResultSupplement) 下班打卡结果补充checkOutShiftTime(String checkOutShiftTime) 下班打卡时间taskShiftType(Integer taskShiftType) 班次类型,0正常,1加班班次
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
checkInRecordId
上班打卡记录 ID示例值:6709359313699356941
- 参数:
checkInRecordId-- 返回:
-
checkInRecord
上班打卡记录示例值:
- 参数:
checkInRecord-- 返回:
-
checkOutRecordId
下班打卡记录 ID示例值:6709359313699356942
- 参数:
checkOutRecordId-- 返回:
-
checkOutRecord
下班打卡记录示例值:
- 参数:
checkOutRecord-- 返回:
-
checkInResult
上班打卡结果示例值:SystemCheck
- 参数:
checkInResult-- 返回:
-
checkInResult
上班打卡结果示例值:SystemCheck
- 参数:
checkInResult-TaskResultCheckInResultEnum- 返回:
-
checkOutResult
下班打卡结果示例值:SystemCheck
- 参数:
checkOutResult-- 返回:
-
checkOutResult
下班打卡结果示例值:SystemCheck
- 参数:
checkOutResult-TaskResultCheckOutResultEnum- 返回:
-
checkInResultSupplement
上班打卡结果补充示例值:None
- 参数:
checkInResultSupplement-- 返回:
-
checkInResultSupplement
public TaskResult.Builder checkInResultSupplement(TaskResultCheckInResultSupplementEnum checkInResultSupplement) 上班打卡结果补充示例值:None
- 参数:
checkInResultSupplement-TaskResultCheckInResultSupplementEnum- 返回:
-
checkOutResultSupplement
下班打卡结果补充示例值:None
- 参数:
checkOutResultSupplement-- 返回:
-
checkOutResultSupplement
public TaskResult.Builder checkOutResultSupplement(TaskResultCheckOutResultSupplementEnum checkOutResultSupplement) 下班打卡结果补充示例值:None
- 参数:
checkOutResultSupplement-TaskResultCheckOutResultSupplementEnum- 返回:
-
checkInShiftTime
上班打卡时间示例值:1609722000
- 参数:
checkInShiftTime-- 返回:
-
checkOutShiftTime
下班打卡时间示例值:1609754400
- 参数:
checkOutShiftTime-- 返回:
-
taskShiftType
班次类型,0正常,1加班班次示例值:0
- 参数:
taskShiftType-- 返回:
-
build
-