Package | Description |
---|---|
jayeson.lib.feed.basketball |
Modifier and Type | Method and Description |
---|---|
default BasketballEvent |
BasketballMatch.event(java.lang.String eventId)
Retrieve particular basketball event by providing the event id
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<BasketballEvent> |
BasketballMatch.events()
Retrieve collection of BasketballEvents in a basketball match
|
default java.util.Collection<BasketballEvent> |
BasketballMatch.events(EventType type)
Retrieve collection of basketball events in a basketball match with particular event type
|