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