Class StandardPartnerFactory
java.lang.Object
com.microsoft.store.partnercenter.factory.StandardPartnerFactory
- All Implemented Interfaces:
IPartnerFactory
public class StandardPartnerFactory extends Object implements IPartnerFactory
Standard implementation of the partner factory.
-
Constructor Summary
Constructors Constructor Description StandardPartnerFactory() -
Method Summary
Modifier and Type Method Description IAggregatePartnerbuild(IPartnerCredentials credentials)Builds an IAggregatePartner instance and configures it using the provided partner credentials.
-
Constructor Details
-
StandardPartnerFactory
public StandardPartnerFactory()
-
-
Method Details
-
build
Builds an IAggregatePartner instance and configures it using the provided partner credentials.- Specified by:
buildin interfaceIPartnerFactory- Parameters:
credentials- The partner credentials. Use the extensions to obtain these.- Returns:
- A configured partner object.
-