public class CatalogStockConversion extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogStockConversion.Builder
Class to build instances of
CatalogStockConversion. |
| Constructor and Description |
|---|
CatalogStockConversion(String stockableItemVariationId,
String stockableQuantity,
String nonstockableQuantity)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNonstockableQuantity()
Getter for NonstockableQuantity.
|
String |
getStockableItemVariationId()
Getter for StockableItemVariationId.
|
String |
getStockableQuantity()
Getter for StockableQuantity.
|
int |
hashCode() |
CatalogStockConversion.Builder |
toBuilder()
Builds a new
CatalogStockConversion.Builder object. |
String |
toString()
Converts this CatalogStockConversion into string format.
|
public CatalogStockConversion(String stockableItemVariationId, String stockableQuantity, String nonstockableQuantity)
stockableItemVariationId - String value for stockableItemVariationId.stockableQuantity - String value for stockableQuantity.nonstockableQuantity - String value for nonstockableQuantity.public String getStockableItemVariationId()
public String getStockableQuantity()
public String getNonstockableQuantity()
public String toString()
public CatalogStockConversion.Builder toBuilder()
CatalogStockConversion.Builder object.
Creates the instance with the state of the current model.CatalogStockConversion.Builder objectCopyright © 2022. All rights reserved.