Interface ICustomerSku
- All Superinterfaces:
IEntityGetOperations<Sku>,IPartnerComponent<TripletTuple<String,String,String>>,ISku
public interface ICustomerSku extends ISku
Represents the operations that can be performed on a single SKU.
-
Method Summary
Modifier and Type Method Description ICustomerSkuByReservationScopebyCustomerReservationScope(String reservationScope)Gets the operations that can be applied on a customer's SKU identifiers filtered by a specific reservation scope.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartnerMethods inherited from interface com.microsoft.store.partnercenter.products.ISku
get, getAvailabilities
-
Method Details
-
byCustomerReservationScope
Gets the operations that can be applied on a customer's SKU identifiers filtered by a specific reservation scope.- Parameters:
reservationScope- The reservation scope filter.- Returns:
- The individual SKU operations sorted by reservation scope.
-