Uses of Class
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeErrorDetail
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.productupgrades |
-
Uses of ProductUpgradeErrorDetail in com.microsoft.store.partnercenter.models.productupgrades
Methods in com.microsoft.store.partnercenter.models.productupgrades that return ProductUpgradeErrorDetail Modifier and Type Method Description ProductUpgradeErrorDetailProductUpgradeLineItem. getErrorDetails()Gets the error detail for the product upgrade.ProductUpgradeErrorDetailProductUpgradeStatus. getErrorDetails()Gets the error detail for the product upgrade.Methods in com.microsoft.store.partnercenter.models.productupgrades with parameters of type ProductUpgradeErrorDetail Modifier and Type Method Description voidProductUpgradeLineItem. setErrorDetails(ProductUpgradeErrorDetail value)Sets the error detail for the product upgrade.voidProductUpgradeStatus. setErrorDetails(ProductUpgradeErrorDetail value)Sets the error detail for the product upgrade.