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