Class InventoryItem
java.lang.Object
com.microsoft.store.partnercenter.models.products.InventoryItem
public class InventoryItem extends Object
Class that represents an inventory item.
-
Constructor Summary
Constructors Constructor Description InventoryItem() -
Method Summary
Modifier and Type Method Description StringgetIsRestricted()StringgetProductId()List<InventoryRestriction>getRestrictions()StringgetSkuId()voidsetIsRestricted(String value)voidsetProductId(String value)voidsetRestrictions(List<InventoryRestriction> value)voidsetSkuId(String value)
-
Constructor Details
-
InventoryItem
public InventoryItem()
-
-
Method Details