Package | Description |
---|---|
jayeson.lib.feed.soccer |
Modifier and Type | Method and Description |
---|---|
static SoccerSegment |
SoccerSegment.fromValue(int value) |
SoccerSegment |
SoccerEventState.segment()
Retrieve the event segment e.g FIRST_HALF / HALF_BREAK etc.
|
static SoccerSegment |
SoccerSegment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoccerSegment[] |
SoccerSegment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SoccerEventState(int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
int hostScore,
int guestScore,
int hostCard,
int guestCard,
SoccerSegment segment,
int bookPriority) |