| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryPhysicalCountResponse |
DefaultInventoryApi.deprecatedRetrieveInventoryPhysicalCount(String physicalCountId)
Deprecated.
|
RetrieveInventoryPhysicalCountResponse |
InventoryApi.deprecatedRetrieveInventoryPhysicalCount(String physicalCountId)
Deprecated.
|
RetrieveInventoryPhysicalCountResponse |
DefaultInventoryApi.retrieveInventoryPhysicalCount(String physicalCountId)
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
|
RetrieveInventoryPhysicalCountResponse |
InventoryApi.retrieveInventoryPhysicalCount(String physicalCountId)
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveInventoryPhysicalCountResponse> |
DefaultInventoryApi.deprecatedRetrieveInventoryPhysicalCountAsync(String physicalCountId)
Deprecated.
|
CompletableFuture<RetrieveInventoryPhysicalCountResponse> |
InventoryApi.deprecatedRetrieveInventoryPhysicalCountAsync(String physicalCountId)
Deprecated.
|
CompletableFuture<RetrieveInventoryPhysicalCountResponse> |
DefaultInventoryApi.retrieveInventoryPhysicalCountAsync(String physicalCountId)
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
|
CompletableFuture<RetrieveInventoryPhysicalCountResponse> |
InventoryApi.retrieveInventoryPhysicalCountAsync(String physicalCountId)
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryPhysicalCountResponse |
RetrieveInventoryPhysicalCountResponse.Builder.build()
Builds a new
RetrieveInventoryPhysicalCountResponse object using the set fields. |
Copyright © 2022. All rights reserved.