Interface ICustomerRelationshipCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<PartnerRelationship,ResourceCollection<PartnerRelationship>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerRelationshipCollectionOperations
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 Description ResourceCollection<PartnerRelationship>get()Retrieves all the partner relationships associated to the customer based on the logged in partner.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
Retrieves all the partner relationships associated to the customer based on the logged in partner.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<PartnerRelationship,ResourceCollection<PartnerRelationship>>- Returns:
- The partner relationships.
-