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