Modifier and Type | Method and Description |
---|---|
default SoccerEvent |
event(java.lang.String eventId)
Retrieve a particular Soccer Event with a specific event id
|
java.util.Collection<SoccerEvent> |
events()
Retrieve collection of soccer events in the soccer match object
|
default java.util.Collection<SoccerEvent> |
events(EventType type)
Retrieve collection of Soccer Events in a soccer match with a particular event type
|
SoccerGender |
gender()
Retrieve gender for the soccer match (work in progress)
|
java.lang.String |
guest()
Retrieve guest name
|
java.lang.String |
host()
Retrieve host name
|
LeagueType |
leagueType()
Retrieve league type (work in progress)
|
participantOne, participantTwo
getCountry, hasEvent, id, league, participants, sportType, startTime
java.lang.String host()
java.lang.String guest()
LeagueType leagueType()
SoccerGender gender()
java.util.Collection<SoccerEvent> events()
default SoccerEvent event(java.lang.String eventId)
default java.util.Collection<SoccerEvent> events(EventType type)