Uses of Enum
com.sportradar.livedata.sdk.feed.common.enums.Team
Packages that use Team
Package
Description
Contains enums that are the same for multiple feeds
Contains Live Scout related entities
- 
Uses of Team in com.sportradar.livedata.sdk.feed.common.enumsMethods in com.sportradar.livedata.sdk.feed.common.enums that return TeamModifier and TypeMethodDescriptionstatic TeamTeam.getTeamFromLiteralValue(String value) Gets enum from string valuestatic TeamReturns the enum constant of this type with the specified name.static Team[]Team.values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of Team in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return TeamModifier and TypeMethodDescriptionMatchHeaderEntity.getFirstServe()Which player / team has first serve of match (tennis).MatchHeaderEntity.getFirstServeGoldenSet()Which player / team has first serve of golden setMatchHeaderEntity.getFirstServeTieBreak()Which player / team has first serve in tie-break (tennis).MatchUpdateEntity.getKickoffTeam()Gets kickoff teamMatchUpdateEntity.getKickoffTeamFirstHalf()Gets first half kickoff teamMatchUpdateEntity.getKickoffTeamOt()Gets overtime kickoff teamMatchUpdateEntity.getKickoffTeamSecondHalf()Gets second half kickoff teamMatchUpdateEntity.getOpeningFaceoff1StPeriod()Opening faceoff 1st periodMatchUpdateEntity.getOpeningFaceoff2NdPeriod()Opening faceoff 2nd periodMatchUpdateEntity.getOpeningFaceoff3RdPeriod()Opening faceoff 3rd periodMatchUpdateEntity.getOpeningFaceoffOvertime()Opening faceoff overtimeMatchUpdateEntity.getPossessionTeam()Which team currently has possession of the ball.SuspensionsEntity.getPowerplay()MatchUpdateEntity.getServe()Which player/team currently has the serve (tennis, volleyball).ScoutEventEntity.getServer()Who will serve next (in table-tennis).BattersStatsTotalEntity.getSide()MatchTeamEntity.getSide()Returns the side of the teamPitchersStatsTotalEntity.getSide()ScoutEventEntity.getSide()Which side had an event - home, away or none.TeamPlayerStatsEntity.getSide()TeamStatsEntity.getSide()ManagerEntity.getTeam()Manager teamPlayerEntity.getTeam()Team of the player.TeamOfficialEntity.getTeam()Team official teamMatchHeaderEntity.getWonJumpBall()Which team won jump ball at the start of the match.Constructors in com.sportradar.livedata.sdk.feed.livescout.entities with parameters of type Team