Interface Sport

All Superinterfaces:
SportSummary
All Known Implementing Classes:
SportImpl

public interface Sport extends SportSummary
Defines methods implemented by classes representing a sport
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an unmodifiable List representing categories which belong to the sport represented by the current instance

    Methods inherited from interface com.sportradar.unifiedodds.sdk.entities.SportSummary

    getId, getName, getNames
  • Method Details

    • getCategories

      List<Category> getCategories()
      Returns an unmodifiable List representing categories which belong to the sport represented by the current instance
      Returns:
      - an unmodifiable List representing categories which belong to the sport represented by the current instance