| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ShiftWorkday |
ShiftWorkday.Builder.build()
Builds a new
ShiftWorkday object using the set fields. |
ShiftWorkday |
ShiftFilter.getWorkday()
Getter for Workday.
|
| Modifier and Type | Method and Description |
|---|---|
ShiftFilter.Builder |
ShiftFilter.Builder.workday(ShiftWorkday workday)
Setter for workday.
|
| Constructor and Description |
|---|
ShiftFilter(List<String> locationIds,
List<String> teamMemberIds,
List<String> employeeIds,
String status,
TimeRange start,
TimeRange end,
ShiftWorkday workday)
Initialization constructor.
|
Copyright © 2022. All rights reserved.