IAvailabilityCollectionByTargetSegment Interface

Implements

IPartnerComponent<QuadrupleTuple<java.lang.String,java.lang.String,java.lang.String,java.lang.String>> IEntireEntityCollectionRetrievalOperations<Availability,ResourceCollection<Availability>>

public interface IAvailabilityCollectionByTargetSegment extends IPartnerComponent<QuadrupleTuple<String,String,String,String>>, IEntireEntityCollectionRetrievalOperations<Availability,ResourceCollection<Availability>>

Holds operations that can be performed on availabilities for a specific target segment.

Method Summary

Modifier and Type Method and Description
abstract IAvailabilityCollectionByTargetSegmentByReservationScopeOperations byReservationScope(String reservationScope)

Gets the operations that can be applied on products that belong to a given target segment, and reservation scope.

Method Details

byReservationScope

public abstract IAvailabilityCollectionByTargetSegmentByReservationScopeOperations byReservationScope(String reservationScope)

Gets the operations that can be applied on products that belong to a given target segment, and reservation scope.

Parameters:

reservationScope - The reservation scope filter.

Returns:

The availability collection operations by target segment by reservation scope.

Applies to