Modifier and Type | Method and Description |
---|---|
Map<Locale,String> |
getAbbreviations(List<Locale> locales)
Returns the
Map containing translated competitor abbreviations |
String |
getAgeGroup()
Get the age group of the player
|
List<Urn> |
getAssociatedPlayerIds(List<Locale> locales)
Returns a
List of associated player ids |
Map<Urn,Integer> |
getAssociatedPlayerJerseyNumbers(List<Locale> locales)
Returns a
Map of associated player jersey numbers |
Urn |
getCategoryId()
Returns id of the associated category
|
String |
getCountryCode()
Returns a
String representation of a country code |
Map<Locale,String> |
getCountryNames(List<Locale> locales)
Returns the
Map containing translated country names |
List<Locale> |
getCultureCompetitorProfileFetched()
The list of locales used to fetch competitor profiles
|
DivisionCi |
getDivision() |
String |
getGender()
Get the gender of the player
|
List<JerseyCi> |
getJerseys()
Returns a
List of known competitor jerseys |
Date |
getLastTimeCompetitorProfileIsFetched()
Last time (if any) competitor profile was fetched
|
ManagerCi |
getManager(List<Locale> locales)
Returns the associated competitor manager
|
RaceDriverProfileCi |
getRaceDriver()
Returns race driver of the competitor
|
ReferenceIdCi |
getReferenceId()
Returns the reference ids associated with the current instance
|
String |
getShortName()
Return the short name
|
Urn |
getSportId()
Returns id of the associated sport
|
String |
getState()
Returns state/province of the country
|
VenueCi |
getVenue(List<Locale> locales)
Return the associated competitor home venue
|
Boolean |
isVirtual()
Returns a value indicating whether represented competitor is virtual
|
getId, getNames, hasTranslationsLoadedFor, merge
Map<Locale,String> getCountryNames(List<Locale> locales)
Map
containing translated country namesMap<Locale,String> getAbbreviations(List<Locale> locales)
Map
containing translated competitor abbreviationsBoolean isVirtual()
String getCountryCode()
String
representation of a country codeString
representation of a country codeReferenceIdCi getReferenceId()
List<Urn> getAssociatedPlayerIds(List<Locale> locales)
List
of associated player idslocales
- the locales in which the players data should be pre-fetchedList
of associated player idsMap<Urn,Integer> getAssociatedPlayerJerseyNumbers(List<Locale> locales)
Map
of associated player jersey numberslocales
- the locales in which the players data should be pre-fetchedMap
of associated player jersey numbersList<JerseyCi> getJerseys()
List
of known competitor jerseysList
of known competitor jerseysManagerCi getManager(List<Locale> locales)
locales
- the locales in which the data should be translatedVenueCi getVenue(List<Locale> locales)
locales
- the locales in which the data should be translatedString getGender()
String getAgeGroup()
RaceDriverProfileCi getRaceDriver()
Date getLastTimeCompetitorProfileIsFetched()
List<Locale> getCultureCompetitorProfileFetched()
String getState()
Urn getSportId()
Urn getCategoryId()
String getShortName()
DivisionCi getDivision()
Copyright © 2016–2025. All rights reserved.