Interface IProductCollectionByCountryByTargetView
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
ProductCollectionByCountryByTargetViewOperations
public interface IProductCollectionByCountryByTargetView extends IPartnerComponent<Tuple<String,String>>, IEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>
Holds operations that can be performed on products that belong to a given country and a catalog view.
-
Method Summary
Modifier and Type Method Description IProductCollectionByCountryByTargetViewByTargetSegmentbyTargetSegment(String targetSegment)Retrieves the operations that can be applied on products that belong to a given country, catalog view and target segment.ResourceCollection<Product>get()Retrieves all the products in the given country and catalog view.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byTargetSegment
Retrieves the operations that can be applied on products that belong to a given country, catalog view and target segment.- Parameters:
targetSegment- The target segment filter.- Returns:
- The product collection operations by country, by target view and by target segment.
-
get
ResourceCollection<Product> get()Retrieves all the products in the given country and catalog view.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>- Returns:
- The products in the given country and catalog view.
-