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