Class CustomerLicensesUsageInsightsCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.analytics.CustomerLicensesUsageInsightsCollectionOperations
- All Implemented Interfaces:
ICustomerLicensesUsageInsightsCollection,IEntireEntityCollectionRetrievalOperations<CustomerLicensesUsageInsights,ResourceCollection<CustomerLicensesUsageInsights>>,IPartnerComponent<String>,IPartnerComponentString
public class CustomerLicensesUsageInsightsCollectionOperations extends BasePartnerComponentString implements ICustomerLicensesUsageInsightsCollection
Implements the operations on customer licenses usage insights collection.
-
Constructor Summary
Constructors Constructor Description CustomerLicensesUsageInsightsCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerLicensesUsageInsightsCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<CustomerLicensesUsageInsights>get()Retrieves the collection of customer's licenses' deployment insights.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
-
CustomerLicensesUsageInsightsCollectionOperations
public CustomerLicensesUsageInsightsCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerLicensesUsageInsightsCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The identifier for the customer.
-
-
Method Details
-
get
Retrieves the collection of customer's licenses' deployment insights.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<CustomerLicensesUsageInsights,ResourceCollection<CustomerLicensesUsageInsights>>- Returns:
- Collection of customer licenses deployment insights.
-