| Modifier and Type | Method and Description | 
|---|---|
List<FixtureChange> | 
DataRouterManager.requestFixtureChanges(Date after,
                     Urn sportId,
                     Locale locale)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<FixtureChange> | 
DataRouterManagerImpl.requestFixtureChanges(Date after,
                     Urn sportId,
                     Locale locale)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<FixtureChange> | 
SportDataProviderImpl.getFixtureChanges()
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
List<FixtureChange> | 
SportDataProviderImpl.getFixtureChanges(Date after,
                 Urn sportId)
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
List<FixtureChange> | 
SportDataProviderImpl.getFixtureChanges(Date after,
                 Urn sportId,
                 Locale locale)
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
List<FixtureChange> | 
SportDataProviderImpl.getFixtureChanges(Locale locale)
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixtureChangeImpl
A representation of a fixture change 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<FixtureChange> | 
SportDataProvider.getFixtureChanges()
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
List<FixtureChange> | 
SportDataProvider.getFixtureChanges(Date after,
                 Urn sportId)
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
List<FixtureChange> | 
SportDataProvider.getFixtureChanges(Date after,
                 Urn sportId,
                 Locale locale)
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
List<FixtureChange> | 
SportDataProvider.getFixtureChanges(Locale locale)
Returns the list of all fixtures that have changed in the last 24 hours 
 | 
Copyright © 2016–2025. All rights reserved.