Interface ICustomerProductCollectionByTargetViewByTargetSegment
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>,IPartnerComponent<TripletTuple<String,String,String>>
- All Known Implementing Classes:
CustomerProductCollectionByTargetViewByTargetSegmentOperations
public interface ICustomerProductCollectionByTargetViewByTargetSegment extends IPartnerComponent<TripletTuple<String,String,String>>, IEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>
Holds operations that can be performed on products in a given catalog view and that apply to a given customer, filtered by target segment.
-
Method Summary
Modifier and Type Method Description ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScopebyReservationScope(String reservationScope)Gets the operations that can be applied on customer products filtered by a specific reservation scope.Methods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntireEntityCollectionRetrievalOperations
getMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byReservationScope
ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScope byReservationScope(String reservationScope)Gets the operations that can be applied on customer products filtered by a specific reservation scope.- Parameters:
reservationScope- The reservation scope filter.- Returns:
- The customer products collection operations by reservation scope.
-