| Package | Description |
|---|---|
| jayeson.lib.feed.tennis |
| Modifier and Type | Method and Description |
|---|---|
default TennisEvent |
TennisMatch.event(java.lang.String eventId)
Retrieve a particular Tennis Event with a specific event id
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TennisEvent> |
TennisMatch.events()
Retrieve collection of Tennis Events in a tennis match
|
default java.util.Collection<TennisEvent> |
TennisMatch.events(EventType type)
Retrieve collection of Tennis Events in a tennis match with a particular event type
|