| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetShiftResponse |
LaborApi.getShift(String id)
Returns a single `Shift` specified by `id`.
|
GetShiftResponse |
DefaultLaborApi.getShift(String id)
Returns a single `Shift` specified by `id`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetShiftResponse> |
LaborApi.getShiftAsync(String id)
Returns a single `Shift` specified by `id`.
|
CompletableFuture<GetShiftResponse> |
DefaultLaborApi.getShiftAsync(String id)
Returns a single `Shift` specified by `id`.
|
| Modifier and Type | Method and Description |
|---|---|
GetShiftResponse |
GetShiftResponse.Builder.build()
Builds a new
GetShiftResponse object using the set fields. |
Copyright © 2022. All rights reserved.