Interface Category
- All Superinterfaces:
CategorySummary
- All Known Implementing Classes:
CategoryImpl
Defines methods implemented by classes representing sport category
-
Method Summary
Modifier and TypeMethodDescriptionReturns an unmodifiableListof tournaments which belong to the category represented by the current instance (possible types:BasicTournament,Tournament,Stage)Methods inherited from interface com.sportradar.unifiedodds.sdk.entities.CategorySummary
getCountryCode, getId, getName, getNames
-
Method Details
-
getTournaments
List<SportEvent> getTournaments()Returns an unmodifiableListof tournaments which belong to the category represented by the current instance (possible types:BasicTournament,Tournament,Stage)- Returns:
- - an unmodifiable
Listof tournaments which belong to the category represented by the current instance
-