Interface IProductCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
ProductCollectionOperations
public interface IProductCollection extends IPartnerComponentString
Holds operations that can be performed on products.
-
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 interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byCountry
Retrieves the operations that can be applied on products from a given country.- Parameters:
country- The country name.- Returns:
- The product collection operations by country.
-