Package | Description |
---|---|
jayeson.lib.feed.soccer |
Modifier and Type | Method and Description |
---|---|
SoccerEventType |
SoccerEvent.eventType()
Retrieve event type of soccer match which can be one of NONE, NEXT_CORNER, TOTAL_CORNER, BOOKING or UNCATEGORIZED_SPECIAL
|
static SoccerEventType |
SoccerEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoccerEventType[] |
SoccerEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|