ProductSku Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.licenses.ProductSku

public class ProductSku

Model for product details.

Constructor Summary

Constructor Description
ProductSku()

Method Summary

Modifier and Type Method and Description
java.lang.String getId()
LicenseGroupId getLicenseGroupId()
java.lang.String getName()
java.lang.String getSkuPartNumber()
java.lang.String getTargetType()
void setId(String value)
void setLicenseGroupId(LicenseGroupId value)
void setName(String value)
void setSkuPartNumber(String value)
void setTargetType(String value)

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

ProductSku

public ProductSku()

Method Details

getId

public String getId()

getLicenseGroupId

public LicenseGroupId getLicenseGroupId()

getName

public String getName()

getSkuPartNumber

public String getSkuPartNumber()

getTargetType

public String getTargetType()

setId

public void setId(String value)

Parameters:

value

setLicenseGroupId

public void setLicenseGroupId(LicenseGroupId value)

Parameters:

value

setName

public void setName(String value)

Parameters:

value

setSkuPartNumber

public void setSkuPartNumber(String value)

Parameters:

value

setTargetType

public void setTargetType(String value)

Parameters:

value

Applies to