Interface ISkuCollectionByTargetSegment
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<Sku,ResourceCollection<Sku>>,IPartnerComponent<TripletTuple<String,String,String>>
- All Known Implementing Classes:
CustomerSkuCollectionByTargetSegmentOperations,SkuCollectionByTargetSegmentOperations
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 Description ResourceCollection<Sku>get()Retrieves all the skus for the provided product and target segment.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<Sku> get()Retrieves all the skus for the provided product and target segment.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Sku,ResourceCollection<Sku>>- Returns:
- The SKUs for the provided product and target segment.
-