Class ProductExtensionsByCountryOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.extensions.products.ProductExtensionsByCountryOperations
- All Implemented Interfaces:
IProductExtensionsByCountry,IPartnerComponent<String>,IPartnerComponentString
public class ProductExtensionsByCountryOperations extends BasePartnerComponentString implements IProductExtensionsByCountry
Product extensions operations implementation by country.
-
Constructor Summary
Constructors Constructor Description ProductExtensionsByCountryOperations(IPartner rootPartnerOperations, String country)Initializes a new instance of the ProductExtensionsByCountryOperations class. -
Method Summary
Modifier and Type Method Description List<InventoryItem>checkInventory(InventoryCheckRequest checkRequest)Retrieves inventory validation results for the provided 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
-
ProductExtensionsByCountryOperations
Initializes a new instance of the ProductExtensionsByCountryOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.country- The country on which to base the corresponding products.
-
-
Method Details
-
checkInventory
Retrieves inventory validation results for the provided country.- Specified by:
checkInventoryin interfaceIProductExtensionsByCountry- Parameters:
checkRequest- The request for the inventory check.- Returns:
- The inventory check results.
-