Uses of Class
com.microsoft.store.partnercenter.models.licenses.LicenseGroupId
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.customerusers | |
| com.microsoft.store.partnercenter.models.licenses | |
| com.microsoft.store.partnercenter.subscribedskus |
-
Uses of LicenseGroupId in com.microsoft.store.partnercenter.customerusers
Method parameters in com.microsoft.store.partnercenter.customerusers with type arguments of type LicenseGroupId Modifier and Type Method Description ResourceCollection<License>CustomerUserLicenseCollectionOperations. get(List<LicenseGroupId> licenseGroupIds)Retrieves the assigned licenses to a customer user.ResourceCollection<License>ICustomerUserLicenseCollection. get(List<LicenseGroupId> licenseGroupIds)Retrieves the assigned licenses to a customer user. -
Uses of LicenseGroupId in com.microsoft.store.partnercenter.models.licenses
Methods in com.microsoft.store.partnercenter.models.licenses that return LicenseGroupId Modifier and Type Method Description LicenseGroupIdProductSku. getLicenseGroupId()static LicenseGroupIdLicenseGroupId. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseGroupId[]LicenseGroupId. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.licenses with parameters of type LicenseGroupId Modifier and Type Method Description voidProductSku. setLicenseGroupId(LicenseGroupId value) -
Uses of LicenseGroupId in com.microsoft.store.partnercenter.subscribedskus
Method parameters in com.microsoft.store.partnercenter.subscribedskus with type arguments of type LicenseGroupId Modifier and Type Method Description ResourceCollection<SubscribedSku>CustomerSubscribedSkuCollectionOperations. get(List<LicenseGroupId> licenseGroupIds)Retrieves all the customer subscribed products.ResourceCollection<SubscribedSku>ICustomerSubscribedSkuCollection. get(List<LicenseGroupId> licenseGroupIds)Retrieves all the customer subscribed products.