Interface AccommodationOfferingSearchResponseSortStrategy
- All Known Implementing Classes:
PackagePriceAscendingSortStrategy,PackagePriceDescendingSortStrategy,PriceAscendingSortStrategy,PriceDescendingSortStrategy,PricedPropertiesFirstSortStrategy
public interface AccommodationOfferingSearchResponseSortStrategy
Abstract strategy to sort the accommodationSearchResponseData
-
Method Summary
Modifier and TypeMethodDescriptionvoidsort(AccommodationSearchResponseData accommodationSearchResponseData) Method to sort the AccommodationSearchResponseData
-
Method Details
-
sort
Method to sort the AccommodationSearchResponseData- Parameters:
accommodationSearchResponseData- as the accommodationSearchResponseData to be sorted
-