Uses of Interface
com.sportradar.unifiedodds.sdk.entities.CategorySummary
Packages that use CategorySummary
Package
Description
-
Uses of CategorySummary in com.sportradar.unifiedodds.sdk.entities
Subinterfaces of CategorySummary in com.sportradar.unifiedodds.sdk.entitiesModifier and TypeInterfaceDescriptioninterfaceDefines methods implemented by classes representing sport categoryMethods in com.sportradar.unifiedodds.sdk.entities that return CategorySummaryModifier and TypeMethodDescriptionBasicTournament.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instancedefault CategorySummaryCompetitor.getCategory()Returns associated categoryLottery.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instanceStage.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instanceTournament.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instanceTournamentInfo.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instance -
Uses of CategorySummary in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl that return CategorySummaryModifier and TypeMethodDescriptionSportEntityFactory.buildCategory(Urn id, List<Locale> locales) Builds the associated category summarySportEntityFactoryImpl.buildCategory(Urn id, List<Locale> locales) Builds the associated category summary -
Uses of CategorySummary in com.sportradar.unifiedodds.sdk.internal.impl.entities
Classes in com.sportradar.unifiedodds.sdk.internal.impl.entities that implement CategorySummaryModifier and TypeClassDescriptionclassRepresents a sport categoryclassRepresents a category summaryMethods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return CategorySummaryModifier and TypeMethodDescriptionBasicTournamentImpl.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instanceCompetitorImpl.getCategory()Returns associated categoryLotteryImpl.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instanceStageImpl.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instanceTournamentImpl.getCategory()Returns aCategorySummaryrepresenting the category associated with the current instance