Interface Draw

All Superinterfaces:
SportEvent
All Known Implementing Classes:
DrawImpl

public interface Draw extends SportEvent
Defines methods used to access draw information
  • Method Details

    • getStatus

      DrawStatus getStatus()
      Returns the status of the draw
      Returns:
      the status of the draw
    • getResults

      List<DrawResult> getResults()
      Returns a list of draw results
      Returns:
      a list of draw results
    • getLottery

      Lottery getLottery()
      Returns the associated lottery
      Returns:
      the associated lottery
    • getDisplayId

      default Integer getDisplayId()
      Returns the display id
      Returns:
      the display id