Class CustomerProductCollectionByTargetViewByReservationScopeOperations

java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<TripletTuple<String,​String,​String>>
com.microsoft.store.partnercenter.customers.products.CustomerProductCollectionByTargetViewByReservationScopeOperations
All Implemented Interfaces:
ICustomerProductCollectionByTargetViewByReservationScope, IEntireEntityCollectionRetrievalOperations<Product,​ResourceCollection<Product>>, IPartnerComponent<TripletTuple<String,​String,​String>>

public class CustomerProductCollectionByTargetViewByReservationScopeOperations
extends BasePartnerComponent<TripletTuple<String,​String,​String>>
implements ICustomerProductCollectionByTargetViewByReservationScope
Implements the product operations by customer and by reservation scope operations.
  • Constructor Details

    • CustomerProductCollectionByTargetViewByReservationScopeOperations

      public CustomerProductCollectionByTargetViewByReservationScopeOperations​(IPartner rootPartnerOperations, String customerId, String targetView, String reservationScope)
      Initializes a new instance of the CustomerProductCollectionByTargetViewByReservationScopeOperations class.
      Parameters:
      rootPartnerOperations - The root partner operations instance.
      customerId - Identifier for the customer.
      targetView - The target view which contains the products.
      reservationScope - The reservation scope which contains the products.
  • Method Details