Class ProductCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.products.ProductCollectionOperations
- All Implemented Interfaces:
IPartnerComponent<String>,IPartnerComponentString,IProductCollection
public class ProductCollectionOperations extends BasePartnerComponentString implements IProductCollection
Product collection operations implementation.
-
Constructor Summary
Constructors Constructor Description ProductCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the ProductCollectionOperations class. -
Method Summary
Modifier and Type Method Description IProductCollectionByCountrybyCountry(String country)Retrieves the operations that can be applied on products from a given country.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
-
ProductCollectionOperations
Initializes a new instance of the ProductCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
byCountry
Retrieves the operations that can be applied on products from a given country.- Specified by:
byCountryin interfaceIProductCollection- Parameters:
country- The country name.- Returns:
- The product collection operations by country.
-