Uses of Interface
com.sportradar.unifiedodds.sdk.entities.Competitor
Packages that use Competitor
Package
Description
-
Uses of Competitor in com.sportradar.unifiedodds.sdk.entities
Subinterfaces of Competitor in com.sportradar.unifiedodds.sdk.entitiesModifier and TypeInterfaceDescriptioninterfaceDefines methods implemented by classes representing a competing teamMethods in com.sportradar.unifiedodds.sdk.entities that return types with arguments of type CompetitorModifier and TypeMethodDescriptionBasicTournament.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instanceCompetition.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instanceCurrentSeasonInfo.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instanceGroup.getCompetitors()Returns an unmodifiableListrepresenting group competitorsSeason.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instance -
Uses of Competitor in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl that return CompetitorModifier and TypeMethodDescriptionSportEntityFactory.buildCompetitor(Urn id, String qualifier, Integer division, Boolean isVirtual, SportEventCi parentSportEventCi, List<Locale> locales) Builds aCompetitorinstance associated with the providedUrnSportEntityFactoryImpl.buildCompetitor(Urn id, String qualifier, Integer division, Boolean isVirtual, SportEventCi parentSportEventCi, List<Locale> locales) Builds aCompetitorinstance associated with the providedUrnSportDataProviderImpl.getCompetitor(Urn id) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getCompetitor(Urn id, Locale locale) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the specifiedLocale)Methods in com.sportradar.unifiedodds.sdk.internal.impl that return types with arguments of type CompetitorModifier and TypeMethodDescriptionSportEntityFactory.buildStreamCompetitors(List<Urn> competitorIds, SportEventCi parentSportEventCi, List<Locale> locales) Builds aListofCompetitorinstances Notice: aStreamWrapperExceptionis thrown if any problems are encounteredSportEntityFactoryImpl.buildStreamCompetitors(List<Urn> competitorIds, SportEventCi parentSportEventCi, List<Locale> locales) Builds aListofCompetitorinstances Notice: aStreamWrapperExceptionis thrown if any problems are encountered -
Uses of Competitor in com.sportradar.unifiedodds.sdk.internal.impl.entities
Classes in com.sportradar.unifiedodds.sdk.internal.impl.entities that implement CompetitorModifier and TypeClassDescriptionclassRepresents a player or a team competing in a sport eventclassRepresents a competing teamMethods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return types with arguments of type CompetitorModifier and TypeMethodDescriptionBasicTournamentImpl.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instanceCurrentSeasonInfoImpl.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instanceGroupImpl.getCompetitors()Returns an unmodifiableListrepresenting group competitorsMatchImpl.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instanceSeasonImpl.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instanceStageImpl.getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instance -
Uses of Competitor in com.sportradar.unifiedodds.sdk.managers
Methods in com.sportradar.unifiedodds.sdk.managers that return CompetitorModifier and TypeMethodDescriptionSportDataProvider.getCompetitor(Urn id) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getCompetitor(Urn id, Locale locale) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the specifiedLocale)