IAggregatePartner Interface
Implements
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 and Description |
|---|---|
| abstract IPartner |
with(IRequestContext context)
Returns a partner operations object which uses the provided context when executing operations. |
Method Details
with
public abstract IPartner with(IRequestContext context)
Returns a partner operations object which uses the provided context when executing operations.
Parameters:
Returns: