Package | Description |
---|---|
jayeson.lib.feed.api | |
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 |
---|---|
default IBetEvent |
IBetMatch.event(java.lang.String eventId)
Retrieve a specific event with the particular eventId
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IBetEvent> |
IBetMatch.events()
Retrieve collection of events
|
default java.util.Collection<? extends IBetEvent> |
IBetMatch.events(EventType type)
Retrieve collection of events if there are given event type records in this event
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBMultiEvent<R extends IBMultiRecord> |
Modifier and Type | Interface and Description |
---|---|
interface |
IB2Event
IB2Event is the interface for all the information for a two participants event
|
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 |
BetEventState<E extends IBetEvent> |
Modifier and Type | Class and Description |
---|---|
class |
B2Event |
class |
BetEvent |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IBetEvent> |
BetMatch.events()
Retrieve collection of events
|
Constructor and Description |
---|
BetMatch(long startTime,
java.util.Collection<? extends IBetEvent> 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
|