Class ItemType
java.lang.Object
com.microsoft.store.partnercenter.models.products.ItemType
public class ItemType extends Object
Class that represents an item's type.
-
Constructor Summary
Constructors Constructor Description ItemType() -
Method Summary
Modifier and Type Method Description StringgetDisplayName()StringgetId()ItemTypegetSubType()voidsetDisplayName(String value)voidsetId(String value)voidsetSubType(ItemType value)
-
Constructor Details
-
ItemType
public ItemType()
-
-
Method Details