| Package | Description |
|---|---|
| jayeson.lib.feed.soccer |
| Modifier and Type | Method and Description |
|---|---|
default SoccerEvent |
SoccerMatch.event(java.lang.String eventId)
Retrieve a particular Soccer Event with a specific event id
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SoccerEvent> |
SoccerMatch.events()
Retrieve collection of soccer events in the soccer match object
|
default java.util.Collection<SoccerEvent> |
SoccerMatch.events(EventType type)
Retrieve collection of Soccer Events in a soccer match with a particular event type
|