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