Uses of Class
com.sportradar.livedata.sdk.feed.common.entities.IdNameTuple
-
Packages that use IdNameTuple Package Description com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entities -
-
Uses of IdNameTuple in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return IdNameTuple Modifier and Type Method Description IdNameTuple
MatchUpdateEntity. getCategory()
Gets sport category.IdNameTuple
MatchUpdateEntity. getSport()
Type of sport.IdNameTuple
MatchHeaderEntity. getTeam1()
Betradar team 1 (home team).IdNameTuple
MatchHeaderEntity. getTeam1Neutral()
Returns the team 1 (home team) neutral nameIdNameTuple
MatchHeaderEntity. getTeam2()
Betradar team 2 (away team).IdNameTuple
MatchHeaderEntity. getTeam2Neutral()
Returns the team 2 (away team) neutral nameIdNameTuple
MatchUpdateEntity. getTournament()
Sport tournament.
-