public interface Tournament
Modifier and Type | Method and Description |
---|---|
List<Group> |
getGroups()
Returns a list of
Group s that are a part of the current tournament instance |
String |
getId() |
String |
getName() |
String |
getName(Locale locale) |
String |
getSportCategoryId()
Sportradar Category.
|
String |
getSportCategoryName() |
String |
getSportCategoryName(Locale locale)
Get the Sport Category name in the requested language
|
String |
getSportId() |
String |
getSportName() |
String |
getSportName(Locale locale)
Get the name of the sport for this tournament in the requested language.
|
String getName()
String getName(Locale locale)
locale
- the language you want the name of the tournament inString getSportId()
String getSportName()
String getSportName(Locale locale)
String getSportCategoryId()
String getSportCategoryName()
String getSportCategoryName(Locale locale)
String getId()
Copyright © 2016–2017. All rights reserved.