Uses of Class
de.bausdorf.simracing.irdataapi.model.DriverStandingDto
-
Packages that use DriverStandingDto Package Description de.bausdorf.simracing.irdataapi.client de.bausdorf.simracing.irdataapi.client.impl -
-
Uses of DriverStandingDto in de.bausdorf.simracing.irdataapi.client
Methods in de.bausdorf.simracing.irdataapi.client that return types with arguments of type DriverStandingDto Modifier and Type Method Description List<DriverStandingDto>IrDataClient. getDriverStandingEntries(ChunkInfoDto chunkInfo) -
Uses of DriverStandingDto in de.bausdorf.simracing.irdataapi.client.impl
Methods in de.bausdorf.simracing.irdataapi.client.impl that return types with arguments of type DriverStandingDto Modifier and Type Method Description List<DriverStandingDto>IrDataClientImpl. getDriverStandingEntries(ChunkInfoDto chunkInfo)
-