Package | Description |
---|---|
com.sportradar.unifiedodds.sdk.internal.impl |
Modifier and Type | Method and Description |
---|---|
CategorySummary |
SportEntityFactoryImpl.buildCategory(Urn id,
List<Locale> locales)
Builds the associated category summary
|
CategorySummary |
SportEntityFactory.buildCategory(Urn id,
List<Locale> locales)
Builds the associated category summary
|
Competitor |
SportEntityFactoryImpl.buildCompetitor(Urn id,
String qualifier,
Integer division,
Boolean isVirtual,
SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
Competitor instance associated with the provided Urn |
Competitor |
SportEntityFactory.buildCompetitor(Urn id,
String qualifier,
Integer division,
Boolean isVirtual,
SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
Competitor instance associated with the provided Urn |
CompetitorPlayer |
SportEntityFactory.buildCompetitorPlayerProfile(Urn id,
List<Locale> locales,
List<Urn> possibleAssociatedCompetitorIds,
Map<Urn,Integer> associatedJerseyNumbers) |
PlayerProfile |
SportEntityFactory.buildPlayerProfile(Urn id,
List<Locale> locales,
List<Urn> possibleAssociatedCompetitorIds) |
Sport |
SportEntityFactoryImpl.buildSport(Urn sportId,
List<Locale> locales)
Builds a
Sport instance with the provided data |
Sport |
SportEntityFactory.buildSport(Urn sportId,
List<Locale> locales)
Builds a
Sport instance with the provided data |
SportEvent |
SportEntityFactoryImpl.buildSportEvent(Urn id,
List<Locale> locales,
boolean buildBasicEventImpl)
Builds the
Competition derived class based on the provided data |
SportEvent |
SportEntityFactory.buildSportEvent(Urn id,
List<Locale> locales,
boolean buildBasicEventImpl)
Builds the
Competition derived class based on the provided data |
SportEvent |
SportEntityFactoryImpl.buildSportEvent(Urn id,
Urn sportId,
List<Locale> locales,
boolean buildBasicEventImpl)
Builds the
SportEvent derived class based on the provided data |
SportEvent |
SportEntityFactory.buildSportEvent(Urn id,
Urn sportId,
List<Locale> locales,
boolean buildBasicEventImpl)
Builds the
SportEvent derived class based on the provided data |
List<Competition> |
SportEntityFactoryImpl.buildSportEvents(List<Urn> ids,
List<Locale> locales)
Builds a list of
Competition derived classes based on the provided data |
List<Competition> |
SportEntityFactory.buildSportEvents(List<Urn> ids,
List<Locale> locales)
Builds a list of
Competition derived classes based on the provided data |
SportSummary |
SportEntityFactoryImpl.buildSportForCategory(Urn categoryId,
List<Locale> locales)
Builds the associated category sport summary
|
SportSummary |
SportEntityFactory.buildSportForCategory(Urn categoryId,
List<Locale> locales)
Builds the associated category sport summary
|
List<Sport> |
SportEntityFactoryImpl.buildSports(List<Locale> locales)
|
List<Sport> |
SportEntityFactory.buildSports(List<Locale> locales)
|
Copyright © 2016–2025. All rights reserved.