Class CustomerProductOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.customers.products.CustomerProductOperations
- All Implemented Interfaces:
IEntityGetOperations<Product>,IPartnerComponent<Tuple<String,String>>,IProduct
public class CustomerProductOperations extends BasePartnerComponent<Tuple<String,String>> implements IProduct
Single product by customer id operations implementation.
-
Constructor Summary
Constructors Constructor Description CustomerProductOperations(IPartner rootPartnerOperations, String customerId, String productId)Initializes a new instance of the CustomerProductOperations 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
-
CustomerProductOperations
public CustomerProductOperations(IPartner rootPartnerOperations, String customerId, String productId)Initializes a new instance of the CustomerProductOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer id for which to retrieve the product.productId- Identifier for the product.
-
-
Method Details