Uses of Class
com.sportradar.livedata.sdk.feed.livescout.enums.MatchBetStatus
-
Packages that use MatchBetStatus Package Description com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entitiescom.sportradar.livedata.sdk.feed.livescout.enums 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 MatchBetStatus Modifier and Type Method Description MatchBetStatus
MatchHeaderEntity. 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 MatchBetStatus Modifier and Type Method Description static MatchBetStatus
MatchBetStatus. getMatchBetStatusFromLiteralValue(String value)
Gets enum from string valuestatic MatchBetStatus
MatchBetStatus. valueOf(String name)
Returns 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.
-