Class AggregatePartnerOperations
java.lang.Object
com.microsoft.store.partnercenter.PartnerOperations
com.microsoft.store.partnercenter.AggregatePartnerOperations
- All Implemented Interfaces:
IAggregatePartner,IPartner
public class AggregatePartnerOperations extends PartnerOperations implements IAggregatePartner
Aggregate partner implementation.
-
Constructor Summary
Constructors Constructor Description AggregatePartnerOperations(IPartnerCredentials credentials)Initializes a new instance of the AggregatePartnerOperations class. -
Method Summary
Modifier and Type Method Description IPartnerwith(IRequestContext context)Returns a partner operations object which uses the provided context when executing operations.Methods inherited from class com.microsoft.store.partnercenter.PartnerOperations
getAgreementDetails, getAnalytics, getAuditRecords, getCompliance, getCountryValidationRules, getCredentials, getCustomers, getDomains, getEnumerators, getExtensions, getInvoices, getOfferCategories, getOffers, getProducts, getProductUpgrades, getProfiles, getRateCards, getRelationships, getRequestContext, getServiceClient, getServiceIncidents, getServiceRequests, getUsageSummary, getValidationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartner
getAgreementDetails, getAnalytics, getAuditRecords, getCompliance, getCountryValidationRules, getCredentials, getCustomers, getDomains, getEnumerators, getExtensions, getInvoices, getOfferCategories, getOffers, getProducts, getProductUpgrades, getProfiles, getRateCards, getRelationships, getRequestContext, getServiceClient, getServiceIncidents, getServiceRequests, getUsageSummary, getValidations
-
Constructor Details
-
AggregatePartnerOperations
Initializes a new instance of the AggregatePartnerOperations class.- Parameters:
credentials- The partner credentials.
-
-
Method Details
-
with
Returns a partner operations object which uses the provided context when executing operations.- Specified by:
within interfaceIAggregatePartner- Parameters:
context- An operation context object.- Returns:
- A partner operations object which uses the provided operation context.
-