Modifier and Type | Method and Description |
---|---|
java.lang.String |
competition()
Retrieve competition name
|
default TennisEvent |
event(java.lang.String eventId)
Retrieve a particular Tennis Event with a specific event id
|
java.util.Collection<TennisEvent> |
events()
Retrieve collection of Tennis Events in a tennis match
|
default java.util.Collection<TennisEvent> |
events(EventType type)
Retrieve collection of Tennis Events in a tennis match with a particular event type
|
TennisGender |
gender()
Retrieve tennis gender (work in progress)
|
java.lang.String |
playerOne()
Retrieve player one name
|
java.lang.String |
playerTwo()
Retrieve player two name
|
participantOne, participantTwo
getCountry, hasEvent, id, league, participants, sportType, startTime
java.lang.String playerOne()
java.lang.String playerTwo()
java.lang.String competition()
TennisGender gender()
java.util.Collection<TennisEvent> events()
default TennisEvent event(java.lang.String eventId)
default java.util.Collection<TennisEvent> events(EventType type)