Interface CompetitorPlayer
- All Superinterfaces:
Player,PlayerProfile
- All Known Implementing Classes:
CompetitorPlayerImpl
Defines methods implemented by classes representing a competitor player profile
-
Method Summary
Methods inherited from interface com.sportradar.unifiedodds.sdk.entities.Player
getId, getName, getNamesMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
getCountryCode, getDateOfBirth, getFullName, getGender, getHeight, getNationalities, getNationality, getNickname, getType, getWeight
-
Method Details
-
getJerseyNumber
Integer getJerseyNumber()Description copied from interface:PlayerProfileReturns the player jersey number- Specified by:
getJerseyNumberin interfacePlayerProfile- Returns:
- the jersey number if available; otherwise null
-