public interface SportSummary
Modifier and Type | Method and Description |
---|---|
Urn |
getId()
Returns an
Urn uniquely identifying the sport represented by the current instance |
String |
getName(Locale l)
Returns the name of the current
SportSummary instance in the specified language |
Map<Locale,String> |
getNames()
Returns an unmodifiable
Map containing translated sport names |
Urn getId()
Urn
uniquely identifying the sport represented by the current instanceUrn
uniquely identifying the sport represented by the current instanceString getName(Locale l)
SportSummary
instance in the specified languagel
- - a Locale
specifying the language in which the name should be translatedSportSummary
instance in the specified languageCopyright © 2016–2025. All rights reserved.