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