CustomerSkuCollectionByTargetSegmentOperations Class

Implements

public class CustomerSkuCollectionByTargetSegmentOperations extends BasePartnerComponent<TripletTuple<String,String,String>> implements ISkuCollectionByTargetSegment

Implementation of customer sku collection operations by target segment.

Constructor Summary

Constructor Description
CustomerSkuCollectionByTargetSegmentOperations(IPartner rootPartnerOperations, String customerId, String productId, String targetSegment)

Initializes a new instance of the CustomerSkuCollectionByTargetSegmentOperations class.

Method Summary

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

Retrieves all the SKUs for the provided product.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CustomerSkuCollectionByTargetSegmentOperations

public CustomerSkuCollectionByTargetSegmentOperations(IPartner rootPartnerOperations, String customerId, String productId, String targetSegment)

Initializes a new instance of the CustomerSkuCollectionByTargetSegmentOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer id for which to retrieve the SKUs.
productId - The product id for which to retrieve its SKUs.
targetSegment - The target segment used for filtering the SKUs.

Method Details

get

public ResourceCollection get()

Retrieves all the SKUs for the provided product.

Returns:

The SKUs for the provided product.

Applies to