Modifier and Type | Method and Description |
---|---|
HomeAway |
Pitcher.getCompetitor()
Returns indication if the
Pitcher is home or away |
HomeAway |
TimelineEvent.getTeam()
Returns an indication of which team was the cause for the timeline event
|
static HomeAway |
HomeAway.valueFromBasicStringDescription(String team) |
static HomeAway |
HomeAway.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HomeAway[] |
HomeAway.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HomeAway |
TeamStatistics.getHomeAway()
Returns an indication if the statistics are for the home or away team
|
Modifier and Type | Method and Description |
---|---|
HomeAway |
PitcherCi.getCompetitor()
Returns the indication if the pitcher is home or away
|
HomeAway |
TimelineEventCi.getTeam() |
Modifier and Type | Method and Description |
---|---|
HomeAway |
TeamStatisticsDto.getHomeAway() |
Constructor and Description |
---|
SportEventStatusDto(com.sportradar.uf.sportsapi.datamodel.SapiSportEventStatus sportEventStatus,
com.sportradar.uf.sportsapi.datamodel.SapiMatchStatistics statistics,
Map<HomeAway,String> homeAwayMap)
Initializes a new instance of the
SportEventStatusDto from the provided
SapiSportEventStatus which is fetched from the API |
Modifier and Type | Method and Description |
---|---|
HomeAway |
PitcherImpl.getCompetitor()
Returns indication if the
Pitcher is home or away |
Modifier and Type | Method and Description |
---|---|
HomeAway |
PlayerOutcomeOddsImpl.getHomeOrAwayTeam()
Indicates if the associated team is home or away
|
Modifier and Type | Method and Description |
---|---|
HomeAway |
PlayerOutcomeOdds.getHomeOrAwayTeam()
Indicates if the associated team is home or away
|
Modifier and Type | Method and Description |
---|---|
HomeAway |
ExportablePitcherCi.getCompetitor() |
HomeAway |
ExportableTimelineEventCi.getTeam() |
Modifier and Type | Method and Description |
---|---|
void |
ExportablePitcherCi.setCompetitor(HomeAway competitor) |
void |
ExportableTimelineEventCi.setTeam(HomeAway team) |
Constructor and Description |
---|
ExportablePitcherCi(String id,
String name,
HomeAway competitor,
PitcherHand hand) |
ExportableTimelineEventCi(int id,
BigDecimal awayScore,
BigDecimal homeScore,
Integer matchTime,
String period,
String periodName,
String points,
String stoppageTime,
HomeAway team,
String type,
String value,
Integer x,
Integer y,
Date time,
List<ExportableEventPlayerAssistCi> assists,
ExportableEventPlayerCi goalScorer,
ExportableEventPlayerCi player,
Integer matchStatusCode,
String matchClock) |
Copyright © 2016–2025. All rights reserved.