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 Details

  • Method Details

    • build

      public IAggregatePartner build​(IPartnerCredentials credentials)
      Builds an IAggregatePartner instance and configures it using the provided partner credentials.
      Specified by:
      build in interface IPartnerFactory
      Parameters:
      credentials - The partner credentials. Use the extensions to obtain these.
      Returns:
      A configured partner object.