public interface CategorySummary
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
Returns a
String representation of a country code |
Urn |
getId()
Returns an
Urn uniquely identifying the current CategorySummary instance |
String |
getName(Locale l)
Returns the current
CategorySummary instance name in the specified language |
Map<Locale,String> |
getNames()
Returns an unmodifiable
Map containing translated category name |
Urn getId()
Urn
uniquely identifying the current CategorySummary
instanceUrn
uniquely identifying the current CategorySummary
instanceString getName(Locale l)
CategorySummary
instance name in the specified languagel
- - a Locale
in which the name should be returnedMap<Locale,String> getNames()
Map
containing translated category nameMap
containing translated category nameCopyright © 2016–2025. All rights reserved.