CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations Class

Implements

public class CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations extends BasePartnerComponent<QuintupleTuple<String,String,String,String,String>> implements IAvailabilityCollectionByTargetSegmentByReservationScopeOperations

Implementation of customer availabilities operations by target segment by reservation scope.

Constructor Summary

Modifier Constructor Description
protected CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId, String targetSegment, String reservationScope)

Initializes a new instance of the CustomerAvailabilityCollectionByTargetSegmentOperations class.

Method Summary

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

Gets all the availabilities for the provided SKU on a specific target segment.

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

CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations

protected CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId, String targetSegment, String reservationScope)

Initializes a new instance of the CustomerAvailabilityCollectionByTargetSegmentOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.
productId - Identifier for the product.
skuId - Identifier for the SKU.
targetSegment - The target segment used for filtering the availabilities.
reservationScope - The reservation scope filter.

Method Details

get

public ResourceCollection get()

Gets all the availabilities for the provided SKU on a specific target segment.

Returns:

The availability for the provided SKU on a specific target segment.

Applies to