public class InventoryAdjustment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryAdjustment.Builder
Class to build instances of
InventoryAdjustment. |
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryAdjustment(String id,
io.apimatic.core.types.OptionalNullable<String> referenceId,
String fromState,
String toState,
io.apimatic.core.types.OptionalNullable<String> locationId,
io.apimatic.core.types.OptionalNullable<String> catalogObjectId,
io.apimatic.core.types.OptionalNullable<String> catalogObjectType,
io.apimatic.core.types.OptionalNullable<String> quantity,
Money totalPriceMoney,
io.apimatic.core.types.OptionalNullable<String> occurredAt,
String createdAt,
SourceApplication source,
io.apimatic.core.types.OptionalNullable<String> employeeId,
io.apimatic.core.types.OptionalNullable<String> teamMemberId,
String transactionId,
String refundId,
String purchaseOrderId,
String goodsReceiptId,
InventoryAdjustmentGroup adjustmentGroup)
Internal initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCatalogObjectId()
Internal Getter for CatalogObjectId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCatalogObjectType()
Internal Getter for CatalogObjectType.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEmployeeId()
Internal Getter for EmployeeId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetOccurredAt()
Internal Getter for OccurredAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetQuantity()
Internal Getter for Quantity.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReferenceId()
Internal Getter for ReferenceId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetTeamMemberId()
Internal Getter for TeamMemberId.
|
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.protected InventoryAdjustment(String id, io.apimatic.core.types.OptionalNullable<String> referenceId, String fromState, String toState, io.apimatic.core.types.OptionalNullable<String> locationId, io.apimatic.core.types.OptionalNullable<String> catalogObjectId, io.apimatic.core.types.OptionalNullable<String> catalogObjectType, io.apimatic.core.types.OptionalNullable<String> quantity, Money totalPriceMoney, io.apimatic.core.types.OptionalNullable<String> occurredAt, String createdAt, SourceApplication source, io.apimatic.core.types.OptionalNullable<String> employeeId, io.apimatic.core.types.OptionalNullable<String> teamMemberId, String transactionId, String refundId, String purchaseOrderId, String goodsReceiptId, InventoryAdjustmentGroup adjustmentGroup)
public String getId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReferenceId()
public String getReferenceId()
public String getFromState()
public String getToState()
protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCatalogObjectId()
public String getCatalogObjectId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCatalogObjectType()
public String getCatalogObjectType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetQuantity()
public String getQuantity()
public Money getTotalPriceMoney()
protected io.apimatic.core.types.OptionalNullable<String> internalGetOccurredAt()
public String getOccurredAt()
public String getCreatedAt()
public SourceApplication getSource()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEmployeeId()
public String getEmployeeId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetTeamMemberId()
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 © 2023. All rights reserved.