Uses of Class
travel.wink.sdk.extranet.property.model.SortObject
Packages that use SortObject
-
Uses of SortObject in travel.wink.sdk.extranet.property.model
Methods in travel.wink.sdk.extranet.property.model that return SortObjectModifier and TypeMethodDescriptionSortObject.ignoreCase(Boolean ignoreCase) SortObject.nullHandling(String nullHandling) Methods in travel.wink.sdk.extranet.property.model that return types with arguments of type SortObjectModifier and TypeMethodDescription@Valid List<SortObject> PageableObjectSupplier.getSort()Get sort@Valid List<SortObject> PageHotelViewSupplier.getSort()Get sortMethods in travel.wink.sdk.extranet.property.model with parameters of type SortObjectModifier and TypeMethodDescriptionPageableObjectSupplier.addSortItem(SortObject sortItem) PageHotelViewSupplier.addSortItem(SortObject sortItem) Method parameters in travel.wink.sdk.extranet.property.model with type arguments of type SortObjectModifier and TypeMethodDescriptionvoidPageableObjectSupplier.setSort(List<SortObject> sort) voidPageHotelViewSupplier.setSort(List<SortObject> sort) PageableObjectSupplier.sort(List<SortObject> sort) PageHotelViewSupplier.sort(List<SortObject> sort)