public interface Competitor extends Player
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviation(Locale locale)
Returns the translated competitor abbreviation
|
Map<Locale,String> |
getAbbreviations()
Returns an unmodifiable map of available translated competitor abbreviations
|
default String |
getAgeGroup()
Returns age group of the competitor
|
default CategorySummary |
getCategory()
Returns associated category
|
Map<Locale,String> |
getCountries()
Returns an unmodifiable map of available translated competitor country names
|
String |
getCountry(Locale locale)
Returns the translated competitor country name
|
String |
getCountryCode()
Returns a
String representation of a country code |
Division |
getDivision() |
default String |
getGender()
Returns gender of the competitor
|
List<Jersey> |
getJerseys()
Returns a
List of known competitor jerseys |
Manager |
getManager()
Returns the associated competitor manager
|
List<Player> |
getPlayers()
Returns a
List of associated players |
default RaceDriverProfile |
getRaceDriver()
Returns race driver of the competitor
|
Reference |
getReferences()
Returns the reference ids
|
default String |
getShortName()
Returns the short name
|
default Sport |
getSport()
Returns associated sport
|
default String |
getState()
Returns the state (default method)
|
Venue |
getVenue()
Return the associated competitor home venue
|
Boolean |
isVirtual()
Returns a value indicating whether the current instance represents a placeholder team
|
Map<Locale,String> getCountries()
Map<Locale,String> getAbbreviations()
Boolean isVirtual()
Reference getReferences()
String getCountryCode()
String
representation of a country codeString
representation of a country codeString getCountry(Locale locale)
locale
- - a Locale
specifying the language in which to get the country nameString getAbbreviation(Locale locale)
locale
- - a Locale
specifying the language in which to get the abbreviationList<Player> getPlayers()
List
of associated playersList
of associated playersList<Jersey> getJerseys()
List
of known competitor jerseysList
of known competitor jerseysManager getManager()
Venue getVenue()
default String getGender()
default RaceDriverProfile getRaceDriver()
default String getAgeGroup()
default String getState()
UnsupportedOperationException
- if underlying implementation doesn't provide the statedefault Sport getSport()
default CategorySummary getCategory()
default String getShortName()
Division getDivision()
Copyright © 2016–2025. All rights reserved.