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 Details

    • byCountry

      IProductCollectionByCountry byCountry​(String country)
      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.