Uses of Class
com.microsoft.store.partnercenter.models.licenses.ServicePlan
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.licenses |
-
Uses of ServicePlan in com.microsoft.store.partnercenter.models.licenses
Methods in com.microsoft.store.partnercenter.models.licenses that return types with arguments of type ServicePlan Modifier and Type Method Description Iterable<ServicePlan>License. getServicePlans()List<ServicePlan>SubscribedSku. getServicePlans()Method parameters in com.microsoft.store.partnercenter.models.licenses with type arguments of type ServicePlan Modifier and Type Method Description voidLicense. setServicePlans(Iterable<ServicePlan> value)voidSubscribedSku. setServicePlans(List<ServicePlan> value)