Uses of Class
de.bausdorf.simracing.irdataapi.model.search.OrderType
-
Packages that use OrderType Package Description de.bausdorf.simracing.irdataapi.model.search -
-
Uses of OrderType in de.bausdorf.simracing.irdataapi.model.search
Methods in de.bausdorf.simracing.irdataapi.model.search that return OrderType Modifier and Type Method Description static OrderTypeOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderType[]OrderType. 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 OrderType Modifier and Type Method Description LeagueSearchRequestLeagueSearchRequest. withOrder(OrderType orderType)
-