Class CompetitorPlayerImpl

java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.PlayerProfileImpl
com.sportradar.unifiedodds.sdk.internal.impl.entities.CompetitorPlayerImpl
All Implemented Interfaces:
CompetitorPlayer, Player, PlayerProfile

public class CompetitorPlayerImpl extends PlayerProfileImpl implements CompetitorPlayer
Represents competitor's player profile information
  • Constructor Details

    • CompetitorPlayerImpl

      public CompetitorPlayerImpl(Urn playerId, Integer jerseyNumber, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy)
      Initializes a new instance of PlayerProfileImpl
      Parameters:
      playerId - the associated player identifier
      profileCache - the cache used to provide the data
      possibleAssociatedCompetitorIds - a list of possible associated competitor ids (used to prefetch data)
      locales - the Locales in which the data should be available
      exceptionHandlingStrategy - the preferred exception handling strategy
  • Method Details