Uses of Interface
com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Packages that use PlayerProfile
Package
Description
-
Uses of PlayerProfile in com.sportradar.unifiedodds.sdk.entities
Subinterfaces of PlayerProfile in com.sportradar.unifiedodds.sdk.entitiesModifier and TypeInterfaceDescriptioninterfaceDefines methods implemented by classes representing a competitor player profile -
Uses of PlayerProfile in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl that return PlayerProfileModifier and TypeMethodDescriptionSportEntityFactory.buildPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) SportEntityFactoryImpl.buildPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) SportDataProviderImpl.getPlayerProfile(Urn id) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getPlayerProfile(Urn id, Locale locale) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the specifiedLocale) -
Uses of PlayerProfile in com.sportradar.unifiedodds.sdk.internal.impl.entities
Classes in com.sportradar.unifiedodds.sdk.internal.impl.entities that implement PlayerProfileModifier and TypeClassDescriptionclassRepresents competitor's player profile informationclassRepresents player's profile information -
Uses of PlayerProfile in com.sportradar.unifiedodds.sdk.managers
Methods in com.sportradar.unifiedodds.sdk.managers that return PlayerProfileModifier and TypeMethodDescriptionSportDataProvider.getPlayerProfile(Urn id) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getPlayerProfile(Urn id, Locale locale) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the specifiedLocale)