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