Uses of Enum Class
travel.wink.sdk.booking.engine.model.CountryScoreRequest.SortEnum
Packages that use CountryScoreRequest.SortEnum
-
Uses of CountryScoreRequest.SortEnum in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return CountryScoreRequest.SortEnumModifier and TypeMethodDescriptionstatic CountryScoreRequest.SortEnum@NotNull CountryScoreRequest.SortEnumCountryScoreRequest.getSort()Choose the criteria you want the results sorted on.static CountryScoreRequest.SortEnumReturns the enum constant of this class with the specified name.static CountryScoreRequest.SortEnum[]CountryScoreRequest.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 CountryScoreRequest.SortEnumModifier and TypeMethodDescriptionvoidCountryScoreRequest.setSort(CountryScoreRequest.SortEnum sort) CountryScoreRequest.sort(CountryScoreRequest.SortEnum sort)