ICustomerRelationshipCollection Interface

Implements

public interface ICustomerRelationshipCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<PartnerRelationship,ResourceCollection<PartnerRelationship>>

For two-tier partner scenarios, holds the operations for retrieving partner relationships of a customer with respect to the logged in partner.

Method Summary

Modifier and Type Method and Description
abstract ResourceCollection<PartnerRelationship> get()

Retrieves all the partner relationships associated to the customer based on the logged in partner.

Method Details

get

public abstract ResourceCollection get()

Retrieves all the partner relationships associated to the customer based on the logged in partner.

Returns:

The partner relationships.

Applies to