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 Details

    • with

      IPartner with​(IRequestContext context)
      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.