Uses of Class
com.microsoft.store.partnercenter.models.subscriptions.UpgradeType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.subscriptions |
-
Uses of UpgradeType in com.microsoft.store.partnercenter.models.subscriptions
Methods in com.microsoft.store.partnercenter.models.subscriptions that return UpgradeType Modifier and Type Method Description UpgradeTypeUpgrade. getUpgradeType()UpgradeTypeUpgradeResult. getUpgradeType()static UpgradeTypeUpgradeType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeType[]UpgradeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.subscriptions with parameters of type UpgradeType Modifier and Type Method Description voidUpgrade. setUpgradeType(UpgradeType value)voidUpgradeResult. setUpgradeType(UpgradeType value)