Uses of Class
com.sportradar.livedata.sdk.feed.livescout.enums.Inning
-
Packages that use Inning 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 Inning in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return Inning Modifier and Type Method Description Inning
ScoutEventEntity. getInningHalf()
Get current inning half -
Uses of Inning in com.sportradar.livedata.sdk.feed.livescout.enums
Methods in com.sportradar.livedata.sdk.feed.livescout.enums that return Inning Modifier and Type Method Description static Inning
Inning. getInningFromLiteralValue(String value)
Gets enum from string valuestatic Inning
Inning. valueOf(String name)
Returns the enum constant of this type with the specified name.static Inning[]
Inning. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-