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 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