Uses of Class
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeDetail
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.productupgrades |
-
Uses of ProductUpgradeDetail in com.microsoft.store.partnercenter.models.productupgrades
Methods in com.microsoft.store.partnercenter.models.productupgrades that return ProductUpgradeDetail Modifier and Type Method Description ProductUpgradeDetailProductUpgradeLineItem. getSourceProduct()Gets the product being upgraded.ProductUpgradeDetailProductUpgradeLineItem. getTargetProduct()Gets the target product for the upgrade.Methods in com.microsoft.store.partnercenter.models.productupgrades with parameters of type ProductUpgradeDetail Modifier and Type Method Description voidProductUpgradeLineItem. setSourceProduct(ProductUpgradeDetail value)Sets the product being upgraded.voidProductUpgradeLineItem. setTargetProduct(ProductUpgradeDetail value)Sets the target product for the upgrade.