public static enum SwgohAPI.BattleField extends Enum<SwgohAPI.BattleField>
SwgohAPI.getBattles(Boolean, Language, BattleField...) endpoints.| Enum Constant and Description |
|---|
campaignMapList |
campaignType |
descriptionKey |
id |
nameKey |
| Modifier and Type | Method and Description |
|---|---|
static SwgohAPI.BattleField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwgohAPI.BattleField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwgohAPI.BattleField id
public static final SwgohAPI.BattleField nameKey
public static final SwgohAPI.BattleField descriptionKey
public static final SwgohAPI.BattleField campaignType
public static final SwgohAPI.BattleField campaignMapList
public static SwgohAPI.BattleField[] values()
for (SwgohAPI.BattleField c : SwgohAPI.BattleField.values()) System.out.println(c);
public static SwgohAPI.BattleField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.