Class ProductUpgradeDetail

java.lang.Object
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeDetail

public class ProductUpgradeDetail
extends Object
Represents an upgraded product's details.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Gets the identifier for the product upgrade.
      Returns:
      The identifier for the product upgrade.
    • setId

      public void setId​(String value)
      Sets the identifier for the product upgrade.
      Parameters:
      value - The identifier for the product upgrade.
    • getName

      public String getName()
      Gets the name of the product to upgrade.
      Returns:
      The name of the product to upgrade.
    • setName

      public void setName​(String value)
      Sets the name of the product to upgrade.
      Parameters:
      value - The name of the product to upgrade.