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