ISkuCollection Interface
Implements
public interface ISkuCollection extends IPartnerComponent<Tuple<String,String>>, IEntitySelector<String,ISku>, IEntireEntityCollectionRetrievalOperations<Sku,ResourceCollection<Sku>>
Holds operations that can be performed on SKUs.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract ISku |
byId(String skuId)
Retrieves the operations tied with a specific SKU. |
|
abstract
ISku |
byTargetSegment(String targetSegment)
Retrieves the operations that can be applied on SKUs that belong to a segment. |
|
abstract
Resource |
get()
Retrieves all the SKUs for the provided product. |
Method Details
byId
public abstract ISku byId(String skuId)
Retrieves the operations tied with a specific SKU.
Parameters:
Returns:
byTargetSegment
public abstract ISkuCollectionByTargetSegment byTargetSegment(String targetSegment)
Retrieves the operations that can be applied on SKUs that belong to a segment.
Parameters:
Returns:
get
public abstract ResourceCollection
Retrieves all the SKUs for the provided product.
Returns: