Uses of Enum Class
com.sportradar.unifiedodds.sdk.entities.HomeAway
Packages that use HomeAway
Package
Description
-
Uses of HomeAway in com.sportradar.unifiedodds.sdk.entities
Methods in com.sportradar.unifiedodds.sdk.entities that return HomeAwayModifier and TypeMethodDescriptionPitcher.getCompetitor()Returns indication if thePitcheris home or awayTimelineEvent.getTeam()Returns an indication of which team was the cause for the timeline eventstatic HomeAwayHomeAway.valueFromBasicStringDescription(String team) static HomeAwayReturns the enum constant of this class with the specified name.static HomeAway[]HomeAway.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HomeAway in com.sportradar.unifiedodds.sdk.entities.status
Methods in com.sportradar.unifiedodds.sdk.entities.status that return HomeAwayModifier and TypeMethodDescriptionTeamStatistics.getHomeAway()Returns an indication if the statistics are for the home or away team -
Uses of HomeAway in com.sportradar.unifiedodds.sdk.internal.caching.ci
Methods in com.sportradar.unifiedodds.sdk.internal.caching.ci that return HomeAwayModifier and TypeMethodDescriptionPitcherCi.getCompetitor()Returns the indication if the pitcher is home or awayTimelineEventCi.getTeam() -
Uses of HomeAway in com.sportradar.unifiedodds.sdk.internal.impl.dto
Methods in com.sportradar.unifiedodds.sdk.internal.impl.dto that return HomeAwayConstructor parameters in com.sportradar.unifiedodds.sdk.internal.impl.dto with type arguments of type HomeAwayModifierConstructorDescriptionSportEventStatusDto(com.sportradar.uf.sportsapi.datamodel.SapiSportEventStatus sportEventStatus, com.sportradar.uf.sportsapi.datamodel.SapiMatchStatistics statistics, Map<HomeAway, String> homeAwayMap) Initializes a new instance of theSportEventStatusDtofrom the providedSapiSportEventStatuswhich is fetched from the API -
Uses of HomeAway in com.sportradar.unifiedodds.sdk.internal.impl.entities
Methods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return HomeAwayModifier and TypeMethodDescriptionPitcherImpl.getCompetitor()Returns indication if thePitcheris home or away -
Uses of HomeAway in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities.markets
Methods in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities.markets that return HomeAwayModifier and TypeMethodDescriptionPlayerOutcomeOddsImpl.getHomeOrAwayTeam()Indicates if the associated team is home or away -
Uses of HomeAway in com.sportradar.unifiedodds.sdk.oddsentities
Methods in com.sportradar.unifiedodds.sdk.oddsentities that return HomeAwayModifier and TypeMethodDescriptionPlayerOutcomeOdds.getHomeOrAwayTeam()Indicates if the associated team is home or away -
Uses of HomeAway in com.sportradar.unifiedodds.sdk.oddsentities.exportable
Methods in com.sportradar.unifiedodds.sdk.oddsentities.exportable that return HomeAwayModifier and TypeMethodDescriptionExportablePitcherCi.getCompetitor()ExportableTimelineEventCi.getTeam()Methods in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type HomeAwayModifier and TypeMethodDescriptionvoidExportablePitcherCi.setCompetitor(HomeAway competitor) voidConstructors in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type HomeAwayModifierConstructorDescriptionExportablePitcherCi(String id, String name, HomeAway competitor, PitcherHand hand) ExportableTimelineEventCi(long 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)