public interface IB2Match extends IBetMatch, jayeson.lib.feed.api.Attributable
Modifier and Type | Method and Description |
---|---|
default IB2Event |
event(java.lang.String eventId)
Retrieve IB2Event based on a particular event id
|
java.util.Collection<? extends IB2Event> |
events()
Retrieve all events of the match
|
default java.util.Collection<? extends IB2Event> |
events(EventType type)
Retrieve collection of events if there are given event type records in this event
|
java.lang.String |
participantOne()
Retrieve the first participant
|
java.lang.String |
participantTwo()
Retrieve the second participant
|
getCountry, hasEvent, id, league, participants, sportType, startTime
java.lang.String participantOne()
java.lang.String participantTwo()
java.util.Collection<? extends IB2Event> events()
default IB2Event event(java.lang.String eventId)