| Package | Description |
|---|---|
| pro.lukasgorny.dto | |
| pro.lukasgorny.enums |
| Modifier and Type | Method and Description |
|---|---|
PUBGSeason |
Stat.getSeason() |
PUBGSeason |
FilterCriteria.getSeason() |
| Modifier and Type | Method and Description |
|---|---|
void |
Stat.setSeason(PUBGSeason season) |
void |
FilterCriteria.setSeason(PUBGSeason season) |
| Constructor and Description |
|---|
FilterCriteria(PUBGMode mode,
PUBGRegion region,
PUBGSeason season) |
| Modifier and Type | Method and Description |
|---|---|
static PUBGSeason |
PUBGSeason.findByKey(String toFind) |
static PUBGSeason |
PUBGSeason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUBGSeason[] |
PUBGSeason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.