Package | Description |
---|---|
com.sportradar.unifiedodds.sdk | |
com.sportradar.unifiedodds.sdk.entities |
Modifier and Type | Method and Description |
---|---|
Competitor |
SportEntityFactory.buildCompetitor(Urn id,
String qualifier,
Integer division,
Boolean isVirtual,
com.sportradar.unifiedodds.sdk.caching.SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
Competitor instance associated with the provided Urn |
Competitor |
SportDataProvider.getCompetitor(Urn id)
Returns a
Competitor representing the specified competitor
(the returned data is translated in the configured Locale s using the UofConfigurationImpl ) |
Competitor |
SportDataProvider.getCompetitor(Urn id,
Locale locale)
Returns a
Competitor representing the specified competitor
(the returned data is translated in the specified Locale ) |
Modifier and Type | Method and Description |
---|---|
List<Competitor> |
SportEntityFactory.buildStreamCompetitors(List<Urn> competitorIds,
com.sportradar.unifiedodds.sdk.caching.SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
List of Competitor instances
Notice: a StreamWrapperException is thrown if any problems are encountered |
Modifier and Type | Interface and Description |
---|---|
interface |
TeamCompetitor
Defines methods implemented by classes representing a competing team
|
Modifier and Type | Method and Description |
---|---|
List<Competitor> |
Season.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
BasicTournament.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
CurrentSeasonInfo.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
Group.getCompetitors()
Returns an unmodifiable
List representing group competitors |
List<Competitor> |
Competition.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
Copyright © 2016–2024. All rights reserved.