Interface Player
- All Known Subinterfaces:
Assist,Competitor,CompetitorPlayer,EventPlayer,GoalScorer,PlayerProfile,TeamCompetitor
- All Known Implementing Classes:
AssistImpl,CompetitorImpl,CompetitorPlayerImpl,EventPlayerImpl,GoalScorerImpl,PlayerImpl,PlayerProfileImpl,TeamCompetitorImpl
public interface Player
An interface providing methods to access player details
-
Method Summary
-
Method Details
-
getId
Urn getId() -
getNames
Returns an unmodifiable map of available translated names- Returns:
- - an unmodifiable map of available translated names
-
getName
Returns the name of the player in the specified language- Parameters:
locale- - aLocalespecifying the language of the returned name- Returns:
- - the name of the player in the specified language
-