ICustomerSku Interface

Implements

public interface ICustomerSku extends ISku

Represents the operations that can be performed on a single SKU.

Method Summary

Modifier and Type Method and Description
abstract ICustomerSkuByReservationScope byCustomerReservationScope(String reservationScope)

Gets the operations that can be applied on a customer's SKU identifiers filtered by a specific reservation scope.

Method Details

byCustomerReservationScope

public abstract ICustomerSkuByReservationScope byCustomerReservationScope(String reservationScope)

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.

Applies to