| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateBreakTypeResponse |
LaborApi.updateBreakType(String id,
UpdateBreakTypeRequest body)
Updates an existing `BreakType`.
|
UpdateBreakTypeResponse |
DefaultLaborApi.updateBreakType(String id,
UpdateBreakTypeRequest body)
Updates an existing `BreakType`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateBreakTypeResponse> |
LaborApi.updateBreakTypeAsync(String id,
UpdateBreakTypeRequest body)
Updates an existing `BreakType`.
|
CompletableFuture<UpdateBreakTypeResponse> |
DefaultLaborApi.updateBreakTypeAsync(String id,
UpdateBreakTypeRequest body)
Updates an existing `BreakType`.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBreakTypeResponse |
UpdateBreakTypeResponse.Builder.build()
Builds a new
UpdateBreakTypeResponse object using the set fields. |
Copyright © 2022. All rights reserved.