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