Package | Description |
---|---|
jayeson.lib.feed.tennis |
Modifier and Type | Method and Description |
---|---|
default TennisRecord |
TennisEvent.record(java.lang.String source,
long id)
Retrieve a specific tennis record basing on the specific source name and id
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType)
Retrieve collection of tennis records basing on the specific book id list and lay/back type
|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.lang.String bookId)
Retrieve collection of tennis records basing on the specific book id
|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.lang.String bookId,
LBType lbType)
Retrieve collection of tennis records basing on the specific book id and lay/back type
|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.lang.String bookId,
OddType oddType)
Retrieve collection of tennis records basing on the specific book id and odd type
|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.lang.String bookId,
TimeType timeType)
Retrieve collection of tennis records basing on the specific book id and time type
|
java.util.Collection<TennisRecord> |
TennisEvent.records()
Retrieve collection of tennis records from the tennis event object
|
default java.util.Collection<TennisRecord> |
TennisEvent.records(PivotType pivotType)
Retrieve ollection of tennis records basing on the specific type of pivot
|
default java.util.Collection<TennisRecord> |
TennisEvent.records(TimeType timeType)
Retrieve collection of tennis records basing on the specific type of time type
|