Interface TeamCompetitor
- All Superinterfaces:
Competitor,Player
- All Known Implementing Classes:
TeamCompetitorImpl
Defines methods implemented by classes representing a competing team
-
Method Summary
Modifier and TypeMethodDescriptionReturns the qualifier additionally describing the competitor (e.g.Methods inherited from interface com.sportradar.unifiedodds.sdk.entities.Competitor
getAbbreviation, getAbbreviations, getAgeGroup, getCategory, getCountries, getCountry, getCountryCode, getDivision, getGender, getJerseys, getManager, getPlayers, getRaceDriver, getReferences, getShortName, getSport, getState, getVenue, isVirtual
-
Method Details
-
getQualifier
String getQualifier()Returns the qualifier additionally describing the competitor (e.g. home, away, ...)- Returns:
- - the qualifier additionally describing the competitor (e.g. home, away, ...)
-