Uses of Class
de.bausdorf.simracing.irdataapi.client.ChartType
-
Packages that use ChartType Package Description de.bausdorf.simracing.irdataapi.client de.bausdorf.simracing.irdataapi.client.impl -
-
Uses of ChartType in de.bausdorf.simracing.irdataapi.client
Methods in de.bausdorf.simracing.irdataapi.client that return ChartType Modifier and Type Method Description static ChartTypeChartType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartType[]ChartType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bausdorf.simracing.irdataapi.client with parameters of type ChartType Modifier and Type Method Description MemberChartDataDtoIrDataClient. getMemberChartData(Long custId, CategoryType category, ChartType chartType) -
Uses of ChartType in de.bausdorf.simracing.irdataapi.client.impl
Methods in de.bausdorf.simracing.irdataapi.client.impl with parameters of type ChartType Modifier and Type Method Description MemberChartDataDtoIrDataClientImpl. getMemberChartData(Long custId, CategoryType category, ChartType chartType)
-