Class ProductUpgradeRequest
java.lang.Object
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeRequest
public class ProductUpgradeRequest extends Object
Represents a product upgrade request.
-
Constructor Summary
Constructors Constructor Description ProductUpgradeRequest() -
Method Summary
Modifier and Type Method Description StringgetCustomerId()Gets the identifier for the customer.StringgetProductFamily()Gets the family for the product.voidsetCustomerId(String value)Sets the identifier for the customer.voidsetProductFamily(String value)Sets the family for the product.
-
Constructor Details
-
ProductUpgradeRequest
public ProductUpgradeRequest()
-
-
Method Details
-
getCustomerId
Gets the identifier for the customer.- Returns:
- The identifier for the customer.
-
setCustomerId
Sets the identifier for the customer.- Parameters:
value- The identifier for the customer.
-
getProductFamily
Gets the family for the product.- Returns:
- The family for the product.
-
setProductFamily
Sets the family for the product.- Parameters:
value- The family for the product.
-