| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListBreakTypesResponse |
LaborApi.listBreakTypes(String locationId,
Integer limit,
String cursor)
Returns a paginated list of `BreakType` instances for a business.
|
ListBreakTypesResponse |
DefaultLaborApi.listBreakTypes(String locationId,
Integer limit,
String cursor)
Returns a paginated list of `BreakType` instances for a business.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListBreakTypesResponse> |
LaborApi.listBreakTypesAsync(String locationId,
Integer limit,
String cursor)
Returns a paginated list of `BreakType` instances for a business.
|
CompletableFuture<ListBreakTypesResponse> |
DefaultLaborApi.listBreakTypesAsync(String locationId,
Integer limit,
String cursor)
Returns a paginated list of `BreakType` instances for a business.
|
| Modifier and Type | Method and Description |
|---|---|
ListBreakTypesResponse |
ListBreakTypesResponse.Builder.build()
Builds a new
ListBreakTypesResponse object using the set fields. |
Copyright © 2022. All rights reserved.