Uses of Class
com.sportradar.livedata.sdk.feed.livescout.enums.BookMatchResult
-
Packages that use BookMatchResult 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 BookMatchResult in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return BookMatchResult Modifier and Type Method Description BookMatchResult
MatchBookingEntity. getResult()
Result of match booking (either valid or invalid) -
Uses of BookMatchResult in com.sportradar.livedata.sdk.feed.livescout.enums
Methods in com.sportradar.livedata.sdk.feed.livescout.enums that return BookMatchResult Modifier and Type Method Description static BookMatchResult
BookMatchResult. getBookMatchResultFromLiteralValue(String value)
Gets enum from string valuestatic BookMatchResult
BookMatchResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static BookMatchResult[]
BookMatchResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-