public static class InventoryAdjustment.Builder extends Object
InventoryAdjustment.| Constructor and Description |
|---|
Builder() |
public InventoryAdjustment.Builder id(String id)
id - String value for id.public InventoryAdjustment.Builder referenceId(String referenceId)
referenceId - String value for referenceId.public InventoryAdjustment.Builder fromState(String fromState)
fromState - String value for fromState.public InventoryAdjustment.Builder toState(String toState)
toState - String value for toState.public InventoryAdjustment.Builder locationId(String locationId)
locationId - String value for locationId.public InventoryAdjustment.Builder catalogObjectId(String catalogObjectId)
catalogObjectId - String value for catalogObjectId.public InventoryAdjustment.Builder catalogObjectType(String catalogObjectType)
catalogObjectType - String value for catalogObjectType.public InventoryAdjustment.Builder quantity(String quantity)
quantity - String value for quantity.public InventoryAdjustment.Builder totalPriceMoney(Money totalPriceMoney)
totalPriceMoney - Money value for totalPriceMoney.public InventoryAdjustment.Builder occurredAt(String occurredAt)
occurredAt - String value for occurredAt.public InventoryAdjustment.Builder createdAt(String createdAt)
createdAt - String value for createdAt.public InventoryAdjustment.Builder source(SourceApplication source)
source - SourceApplication value for source.public InventoryAdjustment.Builder employeeId(String employeeId)
employeeId - String value for employeeId.public InventoryAdjustment.Builder teamMemberId(String teamMemberId)
teamMemberId - String value for teamMemberId.public InventoryAdjustment.Builder transactionId(String transactionId)
transactionId - String value for transactionId.public InventoryAdjustment.Builder refundId(String refundId)
refundId - String value for refundId.public InventoryAdjustment.Builder purchaseOrderId(String purchaseOrderId)
purchaseOrderId - String value for purchaseOrderId.public InventoryAdjustment.Builder goodsReceiptId(String goodsReceiptId)
goodsReceiptId - String value for goodsReceiptId.public InventoryAdjustment.Builder adjustmentGroup(InventoryAdjustmentGroup adjustmentGroup)
adjustmentGroup - InventoryAdjustmentGroup value for adjustmentGroup.public InventoryAdjustment build()
InventoryAdjustment object using the set fields.InventoryAdjustmentCopyright © 2022. All rights reserved.