public static class InventoryChange.Builder extends Object
InventoryChange.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InventoryChange.Builder |
adjustment(InventoryAdjustment adjustment)
Setter for adjustment.
|
InventoryChange |
build()
Builds a new
InventoryChange object using the set fields. |
InventoryChange.Builder |
measurementUnit(CatalogMeasurementUnit measurementUnit)
Setter for measurementUnit.
|
InventoryChange.Builder |
measurementUnitId(String measurementUnitId)
Setter for measurementUnitId.
|
InventoryChange.Builder |
physicalCount(InventoryPhysicalCount physicalCount)
Setter for physicalCount.
|
InventoryChange.Builder |
transfer(InventoryTransfer transfer)
Setter for transfer.
|
InventoryChange.Builder |
type(String type)
Setter for type.
|
public InventoryChange.Builder type(String type)
type - String value for type.public InventoryChange.Builder physicalCount(InventoryPhysicalCount physicalCount)
physicalCount - InventoryPhysicalCount value for physicalCount.public InventoryChange.Builder adjustment(InventoryAdjustment adjustment)
adjustment - InventoryAdjustment value for adjustment.public InventoryChange.Builder transfer(InventoryTransfer transfer)
transfer - InventoryTransfer value for transfer.public InventoryChange.Builder measurementUnit(CatalogMeasurementUnit measurementUnit)
measurementUnit - CatalogMeasurementUnit value for measurementUnit.public InventoryChange.Builder measurementUnitId(String measurementUnitId)
measurementUnitId - String value for measurementUnitId.public InventoryChange build()
InventoryChange object using the set fields.InventoryChangeCopyright © 2022. All rights reserved.