| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InventoryPhysicalCount |
InventoryPhysicalCount.Builder.build()
Builds a new
InventoryPhysicalCount object using the set fields. |
InventoryPhysicalCount |
RetrieveInventoryPhysicalCountResponse.getCount()
Getter for Count.
|
InventoryPhysicalCount |
InventoryChange.getPhysicalCount()
Getter for PhysicalCount.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryPhysicalCountResponse.Builder |
RetrieveInventoryPhysicalCountResponse.Builder.count(InventoryPhysicalCount count)
Setter for count.
|
InventoryChange.Builder |
InventoryChange.Builder.physicalCount(InventoryPhysicalCount physicalCount)
Setter for physicalCount.
|
| Constructor and Description |
|---|
InventoryChange(String type,
InventoryPhysicalCount physicalCount,
InventoryAdjustment adjustment,
InventoryTransfer transfer,
CatalogMeasurementUnit measurementUnit,
String measurementUnitId)
Initialization constructor.
|
RetrieveInventoryPhysicalCountResponse(List<Error> errors,
InventoryPhysicalCount count)
Initialization constructor.
|
Copyright © 2022. All rights reserved.