Package | Description |
---|---|
jayeson.lib.feed.basketball |
Modifier and Type | Method and Description |
---|---|
default BasketballRecord |
BasketballEvent.record(java.lang.String source,
long id)
Retrieve basketball record based on provided sportbook's name and odd ID
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType)
Retrieve collection of basketball records basing on the specific book id list and lay/back type
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.lang.String bookId)
Retrieve collection of basketball records basing on the specific book id
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.lang.String bookId,
LBType lbType)
Retrieve collection of basketball records basing on the specific book id and lay/back type
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.lang.String bookId,
OddType oddType)
Retrieve collection of basketball records basing on the specific book id and odd type
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.lang.String bookId,
TimeType timeType)
Retrieve collection of basketball records basing on the specific book id and time type
|
java.util.Collection<BasketballRecord> |
BasketballEvent.records()
Retrieve all basketball records for the basketball event object
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.records(PivotType pivotType)
Retrieve collection of basketball records basing on the specific type of pivot
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.records(TimeType timeType)
Retrieve collection of basketball records basing on the specific type of time type
|