Package com.onslip360
Class API.Stored_Shift
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_Shift>
-
- com.onslip360.API.Stored_Shift
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_Shift>>
- Enclosing class:
- API
public static class API.Stored_Shift extends Onslip360Object<API.Stored_Shift>
-
-
Constructor Summary
Constructors Constructor Description Stored_Shift(String created, API.ShiftHistory[] history, Long id, String identityNumber, String name, String startDate, API.Shift.Status status, String updated, Long user)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
Stored_Shift
public Stored_Shift(String created, API.ShiftHistory[] history, Long id, String identityNumber, String name, String startDate, API.Shift.Status status, String updated, Long user)
-
-
Method Detail
-
created
@Nonnull public String created()
-
history
@Nonnull public API.ShiftHistory[] history()
-
id
@Nonnull public Long id()
-
identityNumber
@Nonnull public String identityNumber()
-
name
@Nonnull public String name()
-
startDate
@Nonnull public String startDate()
-
status
@Nonnull public API.Shift.Status status()
-
updated
@Nonnull public String updated()
-
user
@Nonnull public Long user()
-
created
@Nonnull public API.Stored_Shift created(String created)
-
deleted
@Nonnull public API.Stored_Shift deleted(@Nullable String deleted)
-
endDate
@Nonnull public API.Stored_Shift endDate(@Nullable String endDate)
-
history
@Nonnull public API.Stored_Shift history(API.ShiftHistory[] history)
-
id
@Nonnull public API.Stored_Shift id(Long id)
-
identityNumber
@Nonnull public API.Stored_Shift identityNumber(String identityNumber)
-
labels
@Nonnull public API.Stored_Shift labels(@Nullable Long[] labels)
-
name
@Nonnull public API.Stored_Shift name(String name)
-
startDate
@Nonnull public API.Stored_Shift startDate(String startDate)
-
status
@Nonnull public API.Stored_Shift status(API.Shift.Status status)
-
tags
@Nonnull public API.Stored_Shift tags(@Nullable String[] tags)
-
updated
@Nonnull public API.Stored_Shift updated(String updated)
-
updatedBy
@Nonnull public API.Stored_Shift updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_Shift updatedFrom(@Nullable Long updatedFrom)
-
user
@Nonnull public API.Stored_Shift user(Long user)
-
-