Modifier and Type | Method and Description |
---|---|
Map<Locale,String> |
getAbbreviations(List<Locale> locales)
Returns the
Map containing translated abbreviations of the player |
List<Locale> |
getCachedLocales()
Get the list of cached locales
|
Urn |
getCompetitorId()
Get the competitor id this player belongs to
|
String |
getCountryCode()
Returns a
String representation of a country code |
Date |
getDateOfBirth()
Returns the
Date specifying the date of birth of the player associated with the current instance |
Map<Locale,String> |
getFullNames(List<Locale> locales)
Returns the
Map containing translated full names of the player |
String |
getGender()
Get the gender of the player
|
Integer |
getHeight()
Returns the height in centimeters of the player represented by the current instance or a null reference if height is not known
|
Integer |
getJerseyNumber()
Returns the player jersey number
|
Map<Locale,String> |
getNationalities(List<Locale> locales)
Returns the
Map containing translated nationalities of the player |
String |
getNickname()
Returns the player nickname
|
String |
getType()
Returns the value describing the type(e.g.
|
Integer |
getWeight()
Returns the weight in kilograms of the player represented by the current instance or a null reference if weight is not known
|
<T> void |
merge(T endpointData,
Locale dataLocale,
Urn competitorId) |
getId, getNames, hasTranslationsLoadedFor, merge
Map<Locale,String> getFullNames(List<Locale> locales)
Map
containing translated full names of the playerMap<Locale,String> getNationalities(List<Locale> locales)
Map
containing translated nationalities of the playerString getType()
Date getDateOfBirth()
Date
specifying the date of birth of the player associated with the current instanceDate
specifying the date of birth of the player associated with the current instanceInteger getHeight()
Integer getWeight()
String getCountryCode()
String
representation of a country codeString
representation of a country codeInteger getJerseyNumber()
String getNickname()
Map<Locale,String> getAbbreviations(List<Locale> locales)
Map
containing translated abbreviations of the playerString getGender()
Urn getCompetitorId()
Copyright © 2016–2025. All rights reserved.