Interface ICustomerUserLicenseCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<License,ResourceCollection<License>>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
CustomerUserLicenseCollectionOperations
public interface ICustomerUserLicenseCollection extends IPartnerComponent<Tuple<String,String>>, IEntireEntityCollectionRetrievalOperations<License,ResourceCollection<License>>
Represents the behavior of the customers user's directory roles.
-
Method Summary
Modifier and Type Method Description ResourceCollection<License>get()Retrieves the assigned licenses to a customer user.ResourceCollection<License>get(List<LicenseGroupId> licenseGroupIds)Retrieves the assigned licenses to a customer user.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<License> get()Retrieves the assigned licenses to a customer user.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<License,ResourceCollection<License>>- Returns:
- The customer user's directory roles.
-
get
Retrieves the assigned licenses to a customer user.- Parameters:
licenseGroupIds- License group identifier- Returns:
- The customer user's directory roles.
-