Class CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations

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

public class CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations
extends BasePartnerComponent<QuadrupleTuple<String,​String,​String,​String>>
implements ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScope
Implements the product operations by customer, by target view, by target segment, and by reservation scope.
  • Constructor Details

    • CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations

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