Uses of Class
de.bausdorf.simracing.irdataapi.client.LookupTypes
-
Packages that use LookupTypes Package Description de.bausdorf.simracing.irdataapi.client de.bausdorf.simracing.irdataapi.client.impl -
-
Uses of LookupTypes in de.bausdorf.simracing.irdataapi.client
Methods in de.bausdorf.simracing.irdataapi.client that return LookupTypes Modifier and Type Method Description static LookupTypesLookupTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static LookupTypes[]LookupTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.bausdorf.simracing.irdataapi.client with type arguments of type LookupTypes Modifier and Type Method Description LookupDto[]IrDataClient. getLookup(List<LookupTypes> lookupTypes) -
Uses of LookupTypes in de.bausdorf.simracing.irdataapi.client.impl
Method parameters in de.bausdorf.simracing.irdataapi.client.impl with type arguments of type LookupTypes Modifier and Type Method Description LookupDto[]IrDataClientImpl. getLookup(List<LookupTypes> lookupTypes)
-