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