Package | Description |
---|---|
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 |
---|---|
IB2EventState |
IB2Event.eventState()
Retrieves the primary event state of the event
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IB2EventState> |
IB2Event.eventStates()
Retrieves event states from all sportbooks
|
Modifier and Type | Class and Description |
---|---|
class |
BasketballEventState
A representation of basketball event states which only have two participants
|
Modifier and Type | Class and Description |
---|---|
class |
B2EventState |
Modifier and Type | Method and Description |
---|---|
IB2EventState |
B2Event.eventState() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IB2EventState> |
B2Event.eventStates() |
Constructor and Description |
---|
B2Event(java.lang.String id,
java.util.Collection<? extends IB2Record> records,
java.lang.String matchId,
EventType type,
java.util.Collection<? extends IB2EventState> states,
java.util.Map<java.lang.String,java.lang.String> meta) |
Modifier and Type | Class and Description |
---|---|
class |
SoccerEventState
A representation of soccer events states which only have two participants
|
Modifier and Type | Class and Description |
---|---|
class |
TennisEventState
A representation of tennis event states which only have two participants
|