Class CustomerUserLicenseCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.customerusers.CustomerUserLicenseCollectionOperations
- All Implemented Interfaces:
ICustomerUserLicenseCollection,IEntireEntityCollectionRetrievalOperations<License,ResourceCollection<License>>,IPartnerComponent<Tuple<String,String>>
public class CustomerUserLicenseCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements ICustomerUserLicenseCollection
-
Constructor Summary
Constructors Constructor Description CustomerUserLicenseCollectionOperations(IPartner rootPartnerOperations, String customerId, String userId)Initializes a new instance of the CustomerUserLicenseCollectionOperations class. -
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 class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CustomerUserLicenseCollectionOperations
public CustomerUserLicenseCollectionOperations(IPartner rootPartnerOperations, String customerId, String userId)Initializes a new instance of the CustomerUserLicenseCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.userId- The user identifier.
-
-
Method Details
-
get
Retrieves the assigned licenses to a customer user.- Specified by:
getin interfaceICustomerUserLicenseCollection- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<License,ResourceCollection<License>>- Returns:
- The customer user's directory roles.
-
get
Retrieves the assigned licenses to a customer user.- Specified by:
getin interfaceICustomerUserLicenseCollection- Parameters:
licenseGroupIds- License group identifier- Returns:
- The customer user's directory roles.
-