Package | Description |
---|---|
jayeson.lib.feed.api.multi | |
jayeson.lib.feed.api.twoside | |
jayeson.lib.feed.basketball | |
jayeson.lib.feed.core | |
jayeson.lib.feed.soccer | |
jayeson.lib.feed.tennis |
Modifier and Type | Method and Description |
---|---|
<T extends IB2Event> |
IBMultiMatch.get2SidedEvents() |
Modifier and Type | Method and Description |
---|---|
default IB2Event |
IB2Match.event(java.lang.String eventId)
Retrieve IB2Event based on a particular event id
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IB2Event> |
IB2Match.events()
Retrieve all events of the match
|
default java.util.Collection<? extends IB2Event> |
IB2Match.events(EventType type) |
Modifier and Type | Interface and Description |
---|---|
interface |
BasketballEvent
A representation of basketball events which only have two participants
|
Modifier and Type | Class and Description |
---|---|
class |
B2Event |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IB2Event> |
B2Match.events() |
Constructor and Description |
---|
B2Match(java.lang.String p1,
java.lang.String p2,
long startTime,
java.util.Collection<? extends IB2Event> events,
java.lang.String id,
java.lang.String league,
SportType sport,
java.util.Map<java.lang.String,java.lang.String> meta) |
Modifier and Type | Interface and Description |
---|---|
interface |
SoccerEvent
A representation of soccer events which only have two participants
|
Modifier and Type | Interface and Description |
---|---|
interface |
TennisEvent
A representation of tennis events which only have two participants
|