Package com.onslip360
Class API.Partial_ShiftsReportActionParams
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_ShiftsReportActionParams>
-
- com.onslip360.API.Partial_ShiftsReportActionParams
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_ShiftsReportActionParams>>
- Enclosing class:
- API
public static class API.Partial_ShiftsReportActionParams extends Onslip360Object<API.Partial_ShiftsReportActionParams>
-
-
Constructor Summary
Constructors Constructor Description Partial_ShiftsReportActionParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<Long[]>
locations()
API.Partial_ShiftsReportActionParams
locations(Erasable<Long[]> locations)
API.Partial_ShiftsReportActionParams
locations(Long[] locations)
Erasable<Long[]>
users()
API.Partial_ShiftsReportActionParams
users(Erasable<Long[]> users)
API.Partial_ShiftsReportActionParams
users(Long[] users)
-
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
-
locations
@Nonnull public API.Partial_ShiftsReportActionParams locations(@Nullable Long[] locations)
-
locations
@Nonnull public API.Partial_ShiftsReportActionParams locations(@Nullable Erasable<Long[]> locations)
-
users
@Nonnull public API.Partial_ShiftsReportActionParams users(@Nullable Long[] users)
-
users
@Nonnull public API.Partial_ShiftsReportActionParams users(@Nullable Erasable<Long[]> users)
-
-