Uses of Enum
com.sportradar.livedata.sdk.feed.livescout.enums.BookMatchResult
Packages that use BookMatchResult
Package
Description
Contains Live Scout related entities
Contains Live Scout related enums
- 
Uses of BookMatchResult in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return BookMatchResultModifier and TypeMethodDescriptionMatchBookingEntity.getResult()Result of match booking (either valid or invalid)
- 
Uses of BookMatchResult in com.sportradar.livedata.sdk.feed.livescout.enumsMethods in com.sportradar.livedata.sdk.feed.livescout.enums that return BookMatchResultModifier and TypeMethodDescriptionstatic BookMatchResultBookMatchResult.getBookMatchResultFromLiteralValue(String value) Gets enum from string valuestatic BookMatchResultReturns 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.