| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
BatchChangeInventoryResponse |
DefaultInventoryApi.batchChangeInventory(BatchChangeInventoryRequest body)
Applies adjustments and counts to the provided item quantities.
|
BatchChangeInventoryResponse |
InventoryApi.batchChangeInventory(BatchChangeInventoryRequest body)
Applies adjustments and counts to the provided item quantities.
|
BatchChangeInventoryResponse |
DefaultInventoryApi.deprecatedBatchChangeInventory(BatchChangeInventoryRequest body)
Deprecated.
|
BatchChangeInventoryResponse |
InventoryApi.deprecatedBatchChangeInventory(BatchChangeInventoryRequest body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BatchChangeInventoryResponse> |
DefaultInventoryApi.batchChangeInventoryAsync(BatchChangeInventoryRequest body)
Applies adjustments and counts to the provided item quantities.
|
CompletableFuture<BatchChangeInventoryResponse> |
InventoryApi.batchChangeInventoryAsync(BatchChangeInventoryRequest body)
Applies adjustments and counts to the provided item quantities.
|
CompletableFuture<BatchChangeInventoryResponse> |
DefaultInventoryApi.deprecatedBatchChangeInventoryAsync(BatchChangeInventoryRequest body)
Deprecated.
|
CompletableFuture<BatchChangeInventoryResponse> |
InventoryApi.deprecatedBatchChangeInventoryAsync(BatchChangeInventoryRequest body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchChangeInventoryResponse |
BatchChangeInventoryResponse.Builder.build()
Builds a new
BatchChangeInventoryResponse object using the set fields. |
Copyright © 2022. All rights reserved.