Uses of Class
travel.wink.sdk.affiliate.browse.model.SortObject
Packages that use SortObject
-
Uses of SortObject in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return SortObjectModifier and TypeMethodDescriptionSortObject.ignoreCase(Boolean ignoreCase) SortObject.nullHandling(String nullHandling) Methods in travel.wink.sdk.affiliate.browse.model that return types with arguments of type SortObjectModifier and TypeMethodDescription@Valid List<SortObject> PageableObjectAffiliate.getSort()Get sort@Valid List<SortObject> PageInventorySupplierAffiliate.getSort()Get sort@Valid List<SortObject> PageInventoryViewAffiliate.getSort()Get sortMethods in travel.wink.sdk.affiliate.browse.model with parameters of type SortObjectModifier and TypeMethodDescriptionPageableObjectAffiliate.addSortItem(SortObject sortItem) PageInventorySupplierAffiliate.addSortItem(SortObject sortItem) PageInventoryViewAffiliate.addSortItem(SortObject sortItem) Method parameters in travel.wink.sdk.affiliate.browse.model with type arguments of type SortObjectModifier and TypeMethodDescriptionvoidPageableObjectAffiliate.setSort(List<SortObject> sort) voidPageInventorySupplierAffiliate.setSort(List<SortObject> sort) voidPageInventoryViewAffiliate.setSort(List<SortObject> sort) PageableObjectAffiliate.sort(List<SortObject> sort) PageInventorySupplierAffiliate.sort(List<SortObject> sort) PageInventoryViewAffiliate.sort(List<SortObject> sort)