Uses of Class
travel.wink.sdk.channel.manager.model.SortObject
Packages that use SortObject
-
Uses of SortObject in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return SortObjectModifier and TypeMethodDescriptionSortObject.ignoreCase(Boolean ignoreCase) SortObject.nullHandling(String nullHandling) Methods in travel.wink.sdk.channel.manager.model that return types with arguments of type SortObjectModifier and TypeMethodDescription@Valid List<SortObject> PageableObject.getSort()Get sort@Valid List<SortObject> PageProperty.getSort()Get sortMethods in travel.wink.sdk.channel.manager.model with parameters of type SortObjectModifier and TypeMethodDescriptionPageableObject.addSortItem(SortObject sortItem) PageProperty.addSortItem(SortObject sortItem) Method parameters in travel.wink.sdk.channel.manager.model with type arguments of type SortObjectModifier and TypeMethodDescriptionvoidPageableObject.setSort(List<SortObject> sort) voidPageProperty.setSort(List<SortObject> sort) PageableObject.sort(List<SortObject> sort) PageProperty.sort(List<SortObject> sort)