Class License
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.licenses.License
public class License extends ResourceBase
Model for user licenses assigned to a user.
-
Constructor Summary
Constructors Constructor Description License() -
Method Summary
Modifier and Type Method Description ProductSkugetProductSku()Iterable<ServicePlan>getServicePlans()voidsetProductSku(ProductSku value)voidsetServicePlans(Iterable<ServicePlan> value)
-
Constructor Details
-
License
public License()
-
-
Method Details