Uses of Class
com.sportradar.livedata.sdk.feed.livescout.enums.PitchConditions
-
Packages that use PitchConditions 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 PitchConditions in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return PitchConditions Modifier and Type Method Description PitchConditions
MatchUpdateEntity. getPitchConditions()
Pitch / grass conditions. -
Uses of PitchConditions in com.sportradar.livedata.sdk.feed.livescout.enums
Methods in com.sportradar.livedata.sdk.feed.livescout.enums that return PitchConditions Modifier and Type Method Description static PitchConditions
PitchConditions. getPitchConditionsFromLiteralValue(String value)
Gets enum from string valuestatic PitchConditions
PitchConditions. valueOf(String name)
Returns the enum constant of this type with the specified name.static PitchConditions[]
PitchConditions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-