Package | Description |
---|---|
jayeson.lib.feed.basketball |
Modifier and Type | Method and Description |
---|---|
BasketballEventType |
BasketballEvent.eventType()
Retrieve basketball event type which consist of NONE, FIRST_TO_20, LAST_BASKET, TEAM_POINT, THREE_POINTERS, HOME_POINT and AWAY_POINT.
|
static BasketballEventType |
BasketballEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasketballEventType[] |
BasketballEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|