Class CustomerLicensesDeploymentInsightsCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.analytics.CustomerLicensesDeploymentInsightsCollectionOperations
- All Implemented Interfaces:
ICustomerLicensesDeploymentInsightsCollection,IEntireEntityCollectionRetrievalOperations<CustomerLicensesDeploymentInsights,ResourceCollection<CustomerLicensesDeploymentInsights>>,IPartnerComponent<String>,IPartnerComponentString
public class CustomerLicensesDeploymentInsightsCollectionOperations extends BasePartnerComponentString implements ICustomerLicensesDeploymentInsightsCollection
Implements the operations on customer licenses deployment insights collection.
-
Constructor Summary
Constructors Constructor Description CustomerLicensesDeploymentInsightsCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerLicensesDeploymentInsightsCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<CustomerLicensesDeploymentInsights>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
-
CustomerLicensesDeploymentInsightsCollectionOperations
public CustomerLicensesDeploymentInsightsCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerLicensesDeploymentInsightsCollectionOperations 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<CustomerLicensesDeploymentInsights,ResourceCollection<CustomerLicensesDeploymentInsights>>- Returns:
- Collection of customer licenses deployment insights.
-