com.microsoft.store.partnercenter.relationships.ICustomerRelationshipCollection Maven / Gradle / Ivy
// -----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// -----------------------------------------------------------------------
package com.microsoft.store.partnercenter.relationships;
import com.microsoft.store.partnercenter.IPartnerComponentString;
import com.microsoft.store.partnercenter.genericoperations.IEntireEntityCollectionRetrievalOperations;
import com.microsoft.store.partnercenter.models.ResourceCollection;
import com.microsoft.store.partnercenter.models.relationships.PartnerRelationship;
/**
* For two-tier partner scenarios, holds the operations for retrieving partner relationships
* of a customer with respect to the logged in partner.
*/
public interface ICustomerRelationshipCollection
extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations>
{
/**
* Retrieves all the partner relationships associated to the customer based on the logged in partner.
*
* @return The partner relationships.
*/
ResourceCollection get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy