CustomerSkuOperations Class

Implements

public class CustomerSkuOperations extends BasePartnerComponent<TripletTuple<String,String,String>> implements ISku

Implements operations for a single customer SKU.

Constructor Summary

Constructor Description
CustomerSkuOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId)

Initializes a new instance of the CustomerSkuOperations class.

Method Summary

Modifier and Type Method and Description
Sku get()

Retrieves the SKU information.

IAvailabilityCollection getAvailabilities()

Retrieves the operations for the current SKU's availabilities.

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

CustomerSkuOperations

public CustomerSkuOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId)

Initializes a new instance of the CustomerSkuOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer id for which to retrieve the SKU.
productId - The product id for which to retrieve its SKU.
skuId - Identifier for the SKU.

Method Details

get

public Sku get()

Retrieves the SKU information.

Returns:

The SKUs information.

getAvailabilities

public IAvailabilityCollection getAvailabilities()

Retrieves the operations for the current SKU's availabilities.

Returns:

The operations for the current SKU's availabilities.

Applies to