Uses of Class
de.bausdorf.simracing.irdataapi.model.search.LeagueSortType
-
Packages that use LeagueSortType Package Description de.bausdorf.simracing.irdataapi.model.search -
-
Uses of LeagueSortType in de.bausdorf.simracing.irdataapi.model.search
Methods in de.bausdorf.simracing.irdataapi.model.search that return LeagueSortType Modifier and Type Method Description static LeagueSortTypeLeagueSortType. valueOf(String name)Returns the enum constant of this type with the specified name.static LeagueSortType[]LeagueSortType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bausdorf.simracing.irdataapi.model.search with parameters of type LeagueSortType Modifier and Type Method Description LeagueSearchRequestLeagueSearchRequest. withSort(LeagueSortType sortType)
-