Uses of Enum
com.sportradar.livedata.sdk.feed.livescout.enums.PitchConditions
Packages that use PitchConditions
Package
Description
Contains Live Scout related entities
Contains Live Scout related enums
- 
Uses of PitchConditions in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return PitchConditionsModifier and TypeMethodDescriptionMatchUpdateEntity.getPitchConditions()Pitch / grass conditions.
- 
Uses of PitchConditions in com.sportradar.livedata.sdk.feed.livescout.enumsMethods in com.sportradar.livedata.sdk.feed.livescout.enums that return PitchConditionsModifier and TypeMethodDescriptionstatic PitchConditionsPitchConditions.getPitchConditionsFromLiteralValue(String value) Gets enum from string valuestatic PitchConditionsReturns 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.