public class InventoryAdjustment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryAdjustment.Builder
Class to build instances of
InventoryAdjustment. |
| Constructor and Description |
|---|
InventoryAdjustment(String id,
String referenceId,
String fromState,
String toState,
String locationId,
String catalogObjectId,
String catalogObjectType,
String quantity,
Money totalPriceMoney,
String occurredAt,
String createdAt,
SourceApplication source,
String employeeId,
String teamMemberId,
String transactionId,
String refundId,
String purchaseOrderId,
String goodsReceiptId,
InventoryAdjustmentGroup adjustmentGroup)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
InventoryAdjustmentGroup |
getAdjustmentGroup()
Getter for AdjustmentGroup.
|
String |
getCatalogObjectId()
Getter for CatalogObjectId.
|
String |
getCatalogObjectType()
Getter for CatalogObjectType.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getEmployeeId()
Getter for EmployeeId.
|
String |
getFromState()
Getter for FromState.
|
String |
getGoodsReceiptId()
Getter for GoodsReceiptId.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getOccurredAt()
Getter for OccurredAt.
|
String |
getPurchaseOrderId()
Getter for PurchaseOrderId.
|
String |
getQuantity()
Getter for Quantity.
|
String |
getReferenceId()
Getter for ReferenceId.
|
String |
getRefundId()
Getter for RefundId.
|
SourceApplication |
getSource()
Getter for Source.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
String |
getToState()
Getter for ToState.
|
Money |
getTotalPriceMoney()
Getter for TotalPriceMoney.
|
String |
getTransactionId()
Getter for TransactionId.
|
int |
hashCode() |
InventoryAdjustment.Builder |
toBuilder()
Builds a new
InventoryAdjustment.Builder object. |
String |
toString()
Converts this InventoryAdjustment into string format.
|
public InventoryAdjustment(String id, String referenceId, String fromState, String toState, String locationId, String catalogObjectId, String catalogObjectType, String quantity, Money totalPriceMoney, String occurredAt, String createdAt, SourceApplication source, String employeeId, String teamMemberId, String transactionId, String refundId, String purchaseOrderId, String goodsReceiptId, InventoryAdjustmentGroup adjustmentGroup)
id - String value for id.referenceId - String value for referenceId.fromState - String value for fromState.toState - String value for toState.locationId - String value for locationId.catalogObjectId - String value for catalogObjectId.catalogObjectType - String value for catalogObjectType.quantity - String value for quantity.totalPriceMoney - Money value for totalPriceMoney.occurredAt - String value for occurredAt.createdAt - String value for createdAt.source - SourceApplication value for source.employeeId - String value for employeeId.teamMemberId - String value for teamMemberId.transactionId - String value for transactionId.refundId - String value for refundId.purchaseOrderId - String value for purchaseOrderId.goodsReceiptId - String value for goodsReceiptId.adjustmentGroup - InventoryAdjustmentGroup value for adjustmentGroup.public String getId()
public String getReferenceId()
public String getFromState()
public String getToState()
public String getLocationId()
public String getCatalogObjectId()
public String getCatalogObjectType()
public String getQuantity()
public Money getTotalPriceMoney()
public String getOccurredAt()
public String getCreatedAt()
public SourceApplication getSource()
public String getEmployeeId()
public String getTeamMemberId()
public String getTransactionId()
public String getRefundId()
public String getPurchaseOrderId()
public String getGoodsReceiptId()
public InventoryAdjustmentGroup getAdjustmentGroup()
public String toString()
public InventoryAdjustment.Builder toBuilder()
InventoryAdjustment.Builder object.
Creates the instance with the state of the current model.InventoryAdjustment.Builder objectCopyright © 2022. All rights reserved.