ProductUpgradeRequest Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeRequest

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ProductUpgradeRequest

public ProductUpgradeRequest()

Method Details

getCustomerId

public String getCustomerId()

Gets the identifier for the customer.

Returns:

The identifier for the customer.

getProductFamily

public String getProductFamily()

Gets the family for the product.

Returns:

The family for the product.

setCustomerId

public void setCustomerId(String value)

Sets the identifier for the customer.

Parameters:

value - The identifier for the customer.

setProductFamily

public void setProductFamily(String value)

Sets the family for the product.

Parameters:

value - The family for the product.

Applies to