public class ShiftFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShiftFilter.Builder
Class to build instances of
ShiftFilter. |
| Constructor and Description |
|---|
ShiftFilter(List<String> locationIds,
List<String> teamMemberIds,
List<String> employeeIds,
String status,
TimeRange start,
TimeRange end,
ShiftWorkday workday)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getEmployeeIds()
Getter for EmployeeIds.
|
TimeRange |
getEnd()
Getter for End.
|
List<String> |
getLocationIds()
Getter for LocationIds.
|
TimeRange |
getStart()
Getter for Start.
|
String |
getStatus()
Getter for Status.
|
List<String> |
getTeamMemberIds()
Getter for TeamMemberIds.
|
ShiftWorkday |
getWorkday()
Getter for Workday.
|
int |
hashCode() |
ShiftFilter.Builder |
toBuilder()
Builds a new
ShiftFilter.Builder object. |
String |
toString()
Converts this ShiftFilter into string format.
|
public ShiftFilter(List<String> locationIds, List<String> teamMemberIds, List<String> employeeIds, String status, TimeRange start, TimeRange end, ShiftWorkday workday)
locationIds - List of String value for locationIds.teamMemberIds - List of String value for teamMemberIds.employeeIds - List of String value for employeeIds.status - String value for status.start - TimeRange value for start.end - TimeRange value for end.workday - ShiftWorkday value for workday.public List<String> getLocationIds()
public List<String> getEmployeeIds()
public String getStatus()
public TimeRange getStart()
public TimeRange getEnd()
public ShiftWorkday getWorkday()
public List<String> getTeamMemberIds()
public String toString()
public ShiftFilter.Builder toBuilder()
ShiftFilter.Builder object.
Creates the instance with the state of the current model.ShiftFilter.Builder objectCopyright © 2022. All rights reserved.