Interface ICustomerProduct
- All Superinterfaces:
IEntityGetOperations<Product>,IPartnerComponent<TripletTuple<String,String,String>>
public interface ICustomerProduct extends IPartnerComponent<TripletTuple<String,String,String>>, IEntityGetOperations<Product>
Represents the operations that can be performed on a single product.
-
Method Summary
Modifier and Type Method Description ICustomerProductByReservationScopeByCustomerReservationScope(String reservationScope)Gets the operations that can be applied on a customer's product identifiers filtered by a specific reservation scope.Methods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntityGetOperations
getMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
ByCustomerReservationScope
Gets the operations that can be applied on a customer's product identifiers filtered by a specific reservation scope.- Parameters:
reservationScope- The reservation scope filter.- Returns:
- The individual product operations sorted by reservation scope.
-