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