Uses of Enum Class
travel.wink.sdk.booking.engine.model.CityScoreRequest.SortEnum
Packages that use CityScoreRequest.SortEnum
-
Uses of CityScoreRequest.SortEnum in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return CityScoreRequest.SortEnumModifier and TypeMethodDescriptionstatic CityScoreRequest.SortEnum@NotNull CityScoreRequest.SortEnumCityScoreRequest.getSort()Choose the criteria you want the results sorted on.static CityScoreRequest.SortEnumReturns the enum constant of this class with the specified name.static CityScoreRequest.SortEnum[]CityScoreRequest.SortEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.engine.model with parameters of type CityScoreRequest.SortEnumModifier and TypeMethodDescriptionvoidCityScoreRequest.setSort(CityScoreRequest.SortEnum sort) CityScoreRequest.sort(CityScoreRequest.SortEnum sort)