Interface FixtureChange

All Known Implementing Classes:
FixtureChangeImpl

public interface FixtureChange
Defines methods used to access data of a fixture change
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Urn instance specifying the sport event
    Returns the Date instance specifying the last update time
  • Method Details

    • getSportEventId

      Urn getSportEventId()
      Returns the Urn instance specifying the sport event
      Returns:
      - the Urn instance specifying the sport event
    • getUpdateTime

      Date getUpdateTime()
      Returns the Date instance specifying the last update time
      Returns:
      - the Date instance specifying the last update time