Uses of Class
de.bausdorf.simracing.irdataapi.client.CategoryType
-
Packages that use CategoryType Package Description de.bausdorf.simracing.irdataapi.client de.bausdorf.simracing.irdataapi.client.impl de.bausdorf.simracing.irdataapi.model.search -
-
Uses of CategoryType in de.bausdorf.simracing.irdataapi.client
Methods in de.bausdorf.simracing.irdataapi.client that return CategoryType Modifier and Type Method Description static CategoryTypeCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CategoryType[]CategoryType. 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 CategoryType Modifier and Type Method Description MemberChartDataDtoIrDataClient. getMemberChartData(Long custId, CategoryType category, ChartType chartType) -
Uses of CategoryType in de.bausdorf.simracing.irdataapi.client.impl
Methods in de.bausdorf.simracing.irdataapi.client.impl with parameters of type CategoryType Modifier and Type Method Description MemberChartDataDtoIrDataClientImpl. getMemberChartData(Long custId, CategoryType category, ChartType chartType) -
Uses of CategoryType in de.bausdorf.simracing.irdataapi.model.search
Method parameters in de.bausdorf.simracing.irdataapi.model.search with type arguments of type CategoryType Modifier and Type Method Description ResultSearchRequestResultSearchRequest. withCategories(List<CategoryType> categories)
-