Uses of Class
de.bausdorf.simracing.irdataapi.client.EventType
-
Packages that use EventType Package Description de.bausdorf.simracing.irdataapi.client de.bausdorf.simracing.irdataapi.model.search -
-
Uses of EventType in de.bausdorf.simracing.irdataapi.client
Methods in de.bausdorf.simracing.irdataapi.client that return EventType Modifier and Type Method Description static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventType in de.bausdorf.simracing.irdataapi.model.search
Method parameters in de.bausdorf.simracing.irdataapi.model.search with type arguments of type EventType Modifier and Type Method Description SeriesResultSearchRequestSeriesResultSearchRequest. withEventTypes(List<EventType> eventTypes)
-