Package com.onslip360
Class API.Partial_ShiftHistory
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_ShiftHistory>
-
- com.onslip360.API.Partial_ShiftHistory
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_ShiftHistory>>
- Enclosing class:
- API
public static class API.Partial_ShiftHistory extends Onslip360Object<API.Partial_ShiftHistory>
-
-
Constructor Summary
Constructors Constructor Description Partial_ShiftHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>
endDate()
API.Partial_ShiftHistory
endDate(Erasable<String> endDate)
API.Partial_ShiftHistory
endDate(String endDate)
Optional<String>
startDate()
API.Partial_ShiftHistory
startDate(String startDate)
Optional<String>
updated()
API.Partial_ShiftHistory
updated(String updated)
Optional<Long>
updatedBy()
API.Partial_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
-
endDate
@Nonnull public API.Partial_ShiftHistory endDate(@Nullable String endDate)
-
endDate
@Nonnull public API.Partial_ShiftHistory endDate(@Nullable Erasable<String> endDate)
-
startDate
@Nonnull public API.Partial_ShiftHistory startDate(@Nullable String startDate)
-
updated
@Nonnull public API.Partial_ShiftHistory updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.Partial_ShiftHistory updatedBy(@Nullable Long updatedBy)
-
-