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 Summary
Constructors Constructor Description CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String targetView, String targetSegment, String reservationScope)Initializes a new instance of the CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<Product>get()Gets all the products in a given product collection and that apply to a given customer, filtered by reservation scope.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
-
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
-
get
Gets all the products in a given product collection and that apply to a given customer, filtered by reservation scope.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>- Returns:
- All the products in a given product collection and that apply to a given customer, filtered by reservation scope.
-