Uses of Class
travel.wink.sdk.booking.model.SortObject
Packages that use SortObject
-
Uses of SortObject in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SortObjectModifier and TypeMethodDescriptionSortObject.ignoreCase(Boolean ignoreCase) SortObject.nullHandling(String nullHandling) Methods in travel.wink.sdk.booking.model that return types with arguments of type SortObjectModifier and TypeMethodDescription@Valid List<SortObject> PageableObjectBooker.getSort()Get sort@Valid List<SortObject> PageBookingViewBooker.getSort()Get sortMethods in travel.wink.sdk.booking.model with parameters of type SortObjectModifier and TypeMethodDescriptionPageableObjectBooker.addSortItem(SortObject sortItem) PageBookingViewBooker.addSortItem(SortObject sortItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type SortObjectModifier and TypeMethodDescriptionvoidPageableObjectBooker.setSort(List<SortObject> sort) voidPageBookingViewBooker.setSort(List<SortObject> sort) PageableObjectBooker.sort(List<SortObject> sort) PageBookingViewBooker.sort(List<SortObject> sort)