Uses of Interface
com.sportradar.unifiedodds.sdk.entities.Competition
Packages that use Competition
Package
Description
-
Uses of Competition in com.sportradar.unifiedodds.sdk.entities
Subinterfaces of Competition in com.sportradar.unifiedodds.sdk.entitiesModifier and TypeInterfaceDescriptioninterfaceDefines methods implemented by classes representing sport events of match typeinterfaceDefines methods implemented by classes representing sport events of stage typeMethods in com.sportradar.unifiedodds.sdk.entities that return types with arguments of type CompetitionModifier and TypeMethodDescriptiondefault List<Competition>BasicTournament.getSchedule()Returns aListof events that belong to the associated tournamentCurrentSeasonInfo.getSchedule()Returns aListof events that belong to the associated seasonSeason.getSchedule()Returns aListof events that belong to the associated seasondefault List<Competition>Tournament.getSchedule()Returns aListof events that belong to the associated tournament -
Uses of Competition in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl that return CompetitionModifier and TypeMethodDescriptionSportDataProviderImpl.getCompetition(Urn id) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getCompetition(Urn id, Locale locale) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the specifiedLocale)Methods in com.sportradar.unifiedodds.sdk.internal.impl that return types with arguments of type CompetitionModifier and TypeMethodDescriptionSportEntityFactory.buildSportEvents(List<Urn> ids, List<Locale> locales) Builds a list ofCompetitionderived classes based on the provided dataSportEntityFactoryImpl.buildSportEvents(List<Urn> ids, List<Locale> locales) Builds a list ofCompetitionderived classes based on the provided dataSportDataProviderImpl.getCompetitionsFor(Date date) Returns a list of all competitions scheduled on the specified date (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getCompetitionsFor(Date date, Locale locale) Returns a list of all competitions scheduled on the specified date (the returned data is translated in the specifiedLocale)SportDataProviderImpl.getListOfSportEvents(int startIndex, int limit) Lists almost all events we are offering prematch odds for.SportDataProviderImpl.getListOfSportEvents(int startIndex, int limit, Locale locale) Lists almost all events we are offering prematch odds for.SportDataProviderImpl.getLiveCompetitions()Returns all the competitions that are currently live (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getLiveCompetitions(Locale locale) Returns all the competitions that are currently live (the returned data is translated in the specifiedLocale) -
Uses of Competition in com.sportradar.unifiedodds.sdk.internal.impl.entities
Classes in com.sportradar.unifiedodds.sdk.internal.impl.entities that implement CompetitionModifier and TypeClassDescriptionclassRepresents a sport event with home and away competitorclassRepresents a race type of sport event (more than two competitors)Methods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return types with arguments of type CompetitionModifier and TypeMethodDescriptionBasicTournamentImpl.getSchedule()Returns aListof events that belong to the associated tournamentCurrentSeasonInfoImpl.getSchedule()Returns aListof events that belong to the associated seasonSeasonImpl.getSchedule()Returns aListof events that belong to the associated seasonTournamentImpl.getSchedule()Returns aListof events that belong to the associated tournament -
Uses of Competition in com.sportradar.unifiedodds.sdk.managers
Methods in com.sportradar.unifiedodds.sdk.managers that return CompetitionModifier and TypeMethodDescriptionSportDataProvider.getCompetition(Urn id) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getCompetition(Urn id, Locale locale) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the specifiedLocale)Methods in com.sportradar.unifiedodds.sdk.managers that return types with arguments of type CompetitionModifier and TypeMethodDescriptionSportDataProvider.getCompetitionsFor(Date date) Returns a list of all competitions scheduled on the specified date (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getCompetitionsFor(Date date, Locale locale) Returns a list of all competitions scheduled on the specified date (the returned data is translated in the specifiedLocale)SportDataProvider.getListOfSportEvents(int startIndex, int limit) Lists almost all events we are offering prematch odds for.SportDataProvider.getListOfSportEvents(int startIndex, int limit, Locale locale) Lists almost all events we are offering prematch odds for.SportDataProvider.getLiveCompetitions()Returns all the competitions that are currently live (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getLiveCompetitions(Locale locale) Returns all the competitions that are currently live (the returned data is translated in the specifiedLocale)