Class BasePartnerComponentString
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
- All Implemented Interfaces:
IPartnerComponent<String>
- Direct Known Subclasses:
AgreementDetailsCollectionOperations,AgreementSignatureStatusOperations,AuditRecordsCollection,AzureRateCardOperations,BaseResourceCollectionEnumerator,BatchJobStatusCollectionOperations,BillingProfileOperations,CartCollectionOperations,ComplianceCollectionOperations,ConfigurationPolicyCollectionOperations,CountryValidationRulesCollectionOperations,CountryValidationRulesOperations,CustomerAgreementCollectionOperations,CustomerAnalyticsCollectionOperations,CustomerBillingProfileOperations,CustomerCollectionOperations,CustomerCompanyProfileOperations,CustomerDevicesCollectionOperations,CustomerLicensesAnalyticsCollectionOperations,CustomerLicensesDeploymentInsightsCollectionOperations,CustomerLicensesUsageInsightsCollectionOperations,CustomerOfferCategoryCollectionOperations,CustomerOfferCollectionOperations,CustomerOperations,CustomerProductCollectionOperations,CustomerProfileCollectionOperations,CustomerQualificationOperations,CustomerRelationshipCollectionOperations,CustomerRelationshipRequestOperations,CustomerServiceCostsCollectionOperations,CustomerServiceRequestCollectionOperations,CustomerUsageRecordCollectionOperations,CustomerUsageSpendingBudgetOperations,CustomerUsageSummaryOperations,DevicesBatchCollectionOperations,DirectoryRoleCollectionOperations,DomainCollectionOperations,DomainOperations,EntitlementCollectionOperations,EstimateCollectionOperations,EstimateLinkCollectionByCurrencyOperations,EstimateLinkOperations,ExtensionsOperations,IndexBasedCollectionEnumeratorFactory,InvoiceCollection,InvoiceDocumentsOperations,InvoiceLineItemCollectionOperations,InvoiceOperations,InvoiceStatementOperations,InvoiceSummaryCollectionOperations,InvoiceSummaryOperations,LegalBusinessProfileOperations,ManagedServiceCollectionOperations,MpnProfileOperations,OfferCategoryCollectionOperations,OfferCategoryCountrySelector,OfferCollectionOperations,OfferCountrySelector,OrderCollectionOperations,OrganizationProfileOperations,PartnerAnalyticsCollectionOperations,PartnerLicensesAnalyticsCollectionOperations,PartnerLicensesDeploymentInsightsCollectionOperations,PartnerLicensesUsageInsightsCollectionOperations,PartnerProfileCollectionOperations,PartnerServiceRequestCollectionOperations,PartnerUsageSummaryOperations,ProductCollectionByCountryOperations,ProductCollectionOperations,ProductExtensionsByCountryOperations,ProductExtensionsOperations,ProductUpgradeCollectionOperations,ProductUpgradeOperations,RateCardCollectionOperations,ReceiptCollectionOperations,RelationshipCollectionOperations,ResourceCollectionEnumeratorContainer,ServiceIncidentCollectionOperations,SubscriptionCollectionOperations,SubscriptionMonthlyUsageRecordCollectionOperations,SupportProfileOperations,SupportTopicsCollectionOperations,UtilizationCollectionEnumeratorContainer,ValidationOperations
public abstract class BasePartnerComponentString extends BasePartnerComponent<String>
Holds common partner component properties and behavior. The context is string type by default.
-
Constructor Summary
Constructors Modifier Constructor Description protectedBasePartnerComponentString(IPartner rootPartnerOperations)Initializes a new instance of the BasePartnerComponent class.protectedBasePartnerComponentString(IPartner rootPartnerOperations, String componentContext)Initializes a new instance of the BasePartnerComponent class. -
Method Summary
Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartner
-
Constructor Details
-
BasePartnerComponentString
Initializes a new instance of the BasePartnerComponent class.- Parameters:
rootPartnerOperations- The root partner operations that created this component.
-
BasePartnerComponentString
Initializes a new instance of the BasePartnerComponent class.- Parameters:
rootPartnerOperations- The root partner operations that created this component.componentContext- A component context object to work with.
-