Package com.onslip360
Class API.ShiftHistory
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.ShiftHistory>
-
- com.onslip360.API.ShiftHistory
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.ShiftHistory>>
- Enclosing class:
- API
public static class API.ShiftHistory extends Onslip360Object<API.ShiftHistory>
-
-
Constructor Summary
Constructors Constructor Description ShiftHistory(String startDate, String updated, Long updatedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
endDate()
API.ShiftHistory
endDate(String endDate)
String
startDate()
API.ShiftHistory
startDate(String startDate)
String
updated()
API.ShiftHistory
updated(String updated)
Long
updatedBy()
API.ShiftHistory
updatedBy(Long updatedBy)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
startDate
@Nonnull public String startDate()
-
updated
@Nonnull public String updated()
-
updatedBy
@Nonnull public Long updatedBy()
-
endDate
@Nonnull public API.ShiftHistory endDate(@Nullable String endDate)
-
startDate
@Nonnull public API.ShiftHistory startDate(String startDate)
-
updated
@Nonnull public API.ShiftHistory updated(String updated)
-
updatedBy
@Nonnull public API.ShiftHistory updatedBy(Long updatedBy)
-
-