Interface IAggregatePartner
- All Superinterfaces:
IPartner
- All Known Implementing Classes:
AggregatePartnerOperations
public interface IAggregatePartner extends IPartner
A partner operations interface which can be used to generate scoped partner operations that use a specific partner
context.
-
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 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
-
Method Details
-
with
Returns a partner operations object which uses the provided context when executing operations.- Parameters:
context- An operation context object.- Returns:
- A partner operations object which uses the provided operation context.
-