| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
SearchShiftsResponse |
LaborApi.searchShifts(SearchShiftsRequest body)
Returns a paginated list of `Shift` records for a business.
|
SearchShiftsResponse |
DefaultLaborApi.searchShifts(SearchShiftsRequest body)
Returns a paginated list of `Shift` records for a business.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SearchShiftsResponse> |
LaborApi.searchShiftsAsync(SearchShiftsRequest body)
Returns a paginated list of `Shift` records for a business.
|
CompletableFuture<SearchShiftsResponse> |
DefaultLaborApi.searchShiftsAsync(SearchShiftsRequest body)
Returns a paginated list of `Shift` records for a business.
|
| Modifier and Type | Method and Description |
|---|---|
SearchShiftsResponse |
SearchShiftsResponse.Builder.build()
Builds a new
SearchShiftsResponse object using the set fields. |
Copyright © 2022. All rights reserved.