Uses of Enum
com.sportradar.livedata.sdk.feed.livescout.enums.MatchBetStatus
Packages that use MatchBetStatus
Package
Description
Contains Live Scout related entities
Contains Live Scout related enums
-
Uses of MatchBetStatus in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchBetStatusModifier and TypeMethodDescriptionMatchHeaderEntity.getBetStatus()Whether market is open or closed. -
Uses of MatchBetStatus in com.sportradar.livedata.sdk.feed.livescout.enums
Methods in com.sportradar.livedata.sdk.feed.livescout.enums that return MatchBetStatusModifier and TypeMethodDescriptionstatic MatchBetStatusMatchBetStatus.getMatchBetStatusFromLiteralValue(String value) Gets enum from string valuestatic MatchBetStatusReturns the enum constant of this type with the specified name.static MatchBetStatus[]MatchBetStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.