Uses of Class
com.sportradar.livedata.sdk.common.exceptions.UnknownEnumException
Packages that use UnknownEnumException
Package
Description
Contains enums that are the same for multiple feeds
Contains Live Scout related entities
Contains Live Scout related enums
- 
Uses of UnknownEnumException in com.sportradar.livedata.sdk.feed.common.enumsMethods in com.sportradar.livedata.sdk.feed.common.enums that throw UnknownEnumExceptionModifier and TypeMethodDescriptionstatic TeamTeam.getTeamFromLiteralValue(String value) Gets enum from string value
- 
Uses of UnknownEnumException in com.sportradar.livedata.sdk.feed.common.exceptionsConstructors in com.sportradar.livedata.sdk.feed.common.exceptions with parameters of type UnknownEnumExceptionModifierConstructorDescriptionInvalidEntityException(UnknownEnumException enumException, String propertyName, String input) 
- 
Uses of UnknownEnumException in com.sportradar.livedata.sdk.feed.livescout.entitiesConstructors in com.sportradar.livedata.sdk.feed.livescout.entities that throw UnknownEnumExceptionModifierConstructorDescriptionprotectedBattersStatsTotalEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Playerstats> playerstats, String side) protectedPitchersStatsTotalEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Playerstats> playerstats, String side) protectedStatisticsEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Battersstatstotal battersstatstotals, com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Pitchersstatstotal pitchersstatstotals, List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Teamstats> teamstats, List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Teamplayerstats> teamplayerstats) protectedTeamPlayerStatsEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Playerstats> stats, String side, String type) protectedTeamStatsEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Stats> stats, String side, String type) 
- 
Uses of UnknownEnumException in com.sportradar.livedata.sdk.feed.livescout.enumsMethods in com.sportradar.livedata.sdk.feed.livescout.enums that throw UnknownEnumExceptionModifier and TypeMethodDescriptionstatic BookMatchResultBookMatchResult.getBookMatchResultFromLiteralValue(String value) Gets enum from string valuestatic CoverageCoverage.getCoverageFromLiteralValue(String value) Gets enum from string valuestatic FormatTypeFormatType.getFormatTypeFromLiteralValue(String value) Gets enum from string valuestatic IceConditionsIceConditions.getIceConditionsFromLiteralValue(String value) Gets enum from string valuestatic InningInning.getInningFromLiteralValue(String value) Gets enum from string valuestatic MatchBetStatusMatchBetStatus.getMatchBetStatusFromLiteralValue(String value) Gets enum from string valuestatic PitchConditionsPitchConditions.getPitchConditionsFromLiteralValue(String value) Gets enum from string valuestatic ScoutFeedTypeScoutFeedType.getScoutFeedTypeFromLiteralValue(String value) Gets enum from string valuestatic ScoutMatchStatusScoutMatchStatus.getScoutMatchStatusFromLiteralValue(String value) Gets enum from string valuestatic SexSex.getSexFromLiteralValue(String value) Gets enum from string valuestatic SurfaceTypeSurfaceType.getSurfaceTypeFromLiteralValue(String value) Gets enum from string valuestatic TeamPlayerStatsTypeTeamPlayerStatsType.getTeamPlayerStatsTypeFromLiteralValue(String value) Gets enum from string valuestatic TeamsReversedTeamsReversed.getTeamsReversedFromValue(int value) Gets enum from int valuestatic TeamStatsTypeTeamStatsType.getTeamStatsTypeFromLiteralValue(String value) Gets enum from string valuestatic WeatherConditionsWeatherConditions.getWeatherConditionsFromLiteralValue(String value) Gets enum from string value