Class ProductCollectionByCountryByTargetViewByTargetSegmentOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<TripletTuple<String,String,String>>
com.microsoft.store.partnercenter.products.ProductCollectionByCountryByTargetViewByTargetSegmentOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>,IPartnerComponent<TripletTuple<String,String,String>>,IProductCollectionByCountryByTargetViewByTargetSegment
public class ProductCollectionByCountryByTargetViewByTargetSegmentOperations extends BasePartnerComponent<TripletTuple<String,String,String>> implements IProductCollectionByCountryByTargetViewByTargetSegment
Product operations by country, by target view and by target segment implementation class.
-
Constructor Summary
Constructors Constructor Description ProductCollectionByCountryByTargetViewByTargetSegmentOperations(IPartner rootPartnerOperations, String targetView, String country, String targetSegment)Initializes a new instance of the ProductCollectionByCountryByTargetViewByTargetSegmentOperations class. -
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 class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
ProductCollectionByCountryByTargetViewByTargetSegmentOperations
public ProductCollectionByCountryByTargetViewByTargetSegmentOperations(IPartner rootPartnerOperations, String targetView, String country, String targetSegment)Initializes a new instance of the ProductCollectionByCountryByTargetViewByTargetSegmentOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.targetView- The target view which contains the products.country- The country on which to base the product.targetSegment- The target segment used for filtering the products.
-
-
Method Details
-
get
Retrieves all the products in the given country, catalog view and target segment.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>- Specified by:
getin interfaceIProductCollectionByCountryByTargetViewByTargetSegment- Returns:
- The products in the given country, catalog view and target segment.
-