| 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 |
|---|---|
default IB2Record |
IB2Event.record(java.lang.String source,
long id) |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType) |
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.lang.String bookId) |
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.lang.String bookId,
LBType lbType) |
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.lang.String bookId,
OddType oddType) |
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.lang.String bookId,
TimeType timeType) |
java.util.Collection<? extends IB2Record> |
IB2Event.records()
Retrieves collection of records of the event
|
default java.util.Collection<? extends IB2Record> |
IB2Event.records(PivotType pivotType) |
default java.util.Collection<? extends IB2Record> |
IB2Event.records(TimeType timeType) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasketballRecord
A representation of basketball records which only have two participants
|
| Modifier and Type | Class and Description |
|---|---|
class |
B2Record |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends IB2Record> |
B2Event.records() |
| 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 | Interface and Description |
|---|---|
interface |
SoccerRecord
A representation of soccer records which only have two participants
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TennisRecord
A representation of tennis records which only have two participants
|