| 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> employeeIds,
String status,
TimeRange start,
TimeRange end,
ShiftWorkday workday,
List<String> teamMemberIds)
Initialization constructor.
|
ShiftFilter(io.apimatic.core.types.OptionalNullable<List<String>> locationIds,
io.apimatic.core.types.OptionalNullable<List<String>> employeeIds,
String status,
TimeRange start,
TimeRange end,
ShiftWorkday workday,
io.apimatic.core.types.OptionalNullable<List<String>> teamMemberIds)
Initialization constructor.
|
Copyright © 2024. All rights reserved.