| Modifier and Type | Method and Description |
|---|---|
SoccerEventState |
eventState()
Retrieve primary soccer event state of the match
|
java.util.Collection<SoccerEventState> |
eventStates()
Retrieve event state from all sportbook of the match.
|
SoccerEventType |
eventType()
Retrieve event type of soccer match which can be one of NONE, NEXT_CORNER, TOTAL_CORNER, BOOKING or UNCATEGORIZED_SPECIAL
|
default java.util.Collection<SoccerRecord> |
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> |
getRecords(java.lang.String bookId)
Retrieve collection of soccer records basing on the specific book id
|
default java.util.Collection<SoccerRecord> |
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> |
getRecords(java.lang.String bookId,
OddType oddType)
Retrieve soccer records basing on the specific book id and odd type
|
default java.util.Collection<SoccerRecord> |
getRecords(java.lang.String bookId,
TimeType timeType)
Retrieve collection of soccer records basing on the specific book id and time type
|
default boolean |
isNeutral() |
default SoccerRecord |
record(java.lang.String source,
long id)
Retrieve a specific soccer record basing on the specific source name and id
|
java.util.Collection<SoccerRecord> |
records()
Retrieve collection of soccer records
|
default java.util.Collection<SoccerRecord> |
records(PivotType pivotType)
Retrieve collection of soccer records basing on the specific type of pivot
|
default java.util.Collection<SoccerRecord> |
records(TimeType timeType)
Retrieve collection of soccer records basing on the specific type of time type.
|
hasPivotTypegetEventState, hasLBType, hasOddType, hasRecord, hasSportbook, hasTimeType, id, matchIdSoccerEventType eventType()
java.util.Collection<SoccerEventState> eventStates()
eventStates in interface IB2EventeventStates in interface IBetEventSoccerEventState eventState()
eventState in interface IB2EventeventState in interface IBetEventdefault boolean isNeutral()
java.lang.UnsupportedOperationException - This method is not supported / implemented in this classjava.util.Collection<SoccerRecord> records()
default java.util.Collection<SoccerRecord> records(PivotType pivotType)
default java.util.Collection<SoccerRecord> records(TimeType timeType)
default SoccerRecord record(java.lang.String source, long id)
default java.util.Collection<SoccerRecord> getRecords(java.lang.String bookId)
getRecords in interface IB2EventgetRecords in interface IBetEventbookId - - sport book identifierdefault java.util.Collection<SoccerRecord> getRecords(java.lang.String bookId, TimeType timeType)
getRecords in interface IB2EventgetRecords in interface IBetEventbookId - - sport book identifiertimeType - - time typedefault java.util.Collection<SoccerRecord> getRecords(java.lang.String bookId, OddType oddType)
getRecords in interface IB2EventgetRecords in interface IBetEventbookId - - sport book identifieroddType - - odd typedefault java.util.Collection<SoccerRecord> getRecords(java.lang.String bookId, LBType lbType)
getRecords in interface IB2EventgetRecords in interface IBetEventbookId - - book idlbType - - LAY or BACKdefault java.util.Collection<SoccerRecord> getRecords(java.util.List<java.lang.String> bookIdList, LBType lbType)
getRecords in interface IB2EventgetRecords in interface IBetEventbookIdList - - List of book idslbType - - LAY or BACK