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