Interface Category

All Superinterfaces:
CategorySummary
All Known Implementing Classes:
CategoryImpl

public interface Category extends CategorySummary
Defines methods implemented by classes representing sport category
  • Method Details

    • getTournaments

      List<SportEvent> getTournaments()
      Returns an unmodifiable List of tournaments which belong to the category represented by the current instance (possible types: BasicTournament, Tournament, Stage)
      Returns:
      - an unmodifiable List of tournaments which belong to the category represented by the current instance