ISkuCollectionByTargetSegment Interface

Implements

public interface ISkuCollectionByTargetSegment extends IPartnerComponent<TripletTuple<String,String,String>>, IEntireEntityCollectionRetrievalOperations<Sku,ResourceCollection<Sku>>

Holds operations that can be performed on skus from a specific target segment.

Method Summary

Modifier and Type Method and Description
abstract ResourceCollection<Sku> get()

Retrieves all the skus for the provided product and target segment.

Method Details

get

public abstract ResourceCollection get()

Retrieves all the skus for the provided product and target segment.

Returns:

The SKUs for the provided product and target segment.

Applies to