| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteBreakTypeResponse |
LaborApi.deleteBreakType(String id)
Deletes an existing `BreakType`.
|
DeleteBreakTypeResponse |
DefaultLaborApi.deleteBreakType(String id)
Deletes an existing `BreakType`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteBreakTypeResponse> |
LaborApi.deleteBreakTypeAsync(String id)
Deletes an existing `BreakType`.
|
CompletableFuture<DeleteBreakTypeResponse> |
DefaultLaborApi.deleteBreakTypeAsync(String id)
Deletes an existing `BreakType`.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBreakTypeResponse |
DeleteBreakTypeResponse.Builder.build()
Builds a new
DeleteBreakTypeResponse object using the set fields. |
Copyright © 2022. All rights reserved.