| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Break |
Break.Builder.build()
Builds a new
Break object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<Break> |
Shift.getBreaks()
Getter for Breaks.
|
| Modifier and Type | Method and Description |
|---|---|
Shift.Builder |
Shift.Builder.breaks(List<Break> breaks)
Setter for breaks.
|
| Constructor and Description |
|---|
Shift(String startAt,
String id,
String employeeId,
String locationId,
String timezone,
String endAt,
ShiftWage wage,
List<Break> breaks,
String status,
Integer version,
String createdAt,
String updatedAt,
String teamMemberId)
Initialization constructor.
|
Copyright © 2022. All rights reserved.