Class ProductOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.products.ProductOperations
- All Implemented Interfaces:
IEntityGetOperations<Product>,IPartnerComponent<Tuple<String,String>>,IProduct
public class ProductOperations extends BasePartnerComponent<Tuple<String,String>> implements IProduct
Single product operations implementation.
-
Constructor Summary
Constructors Constructor Description ProductOperations(IPartner rootPartnerOperations, String productId, String country)Initializes a new instance of the ProductOperations class. -
Method Summary
Modifier and Type Method Description Productget()Retrieves the product informationISkuCollectiongetSkus()Retrieves the SKUs for the product.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
-
ProductOperations
Initializes a new instance of the ProductOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.productId- Identifier of the product.country- The country on which to base the availability.
-
-
Method Details