public static enum SwgohAPI.UnitsField extends Enum<SwgohAPI.UnitsField>
SwgohAPI.getUnits(List, boolean, Boolean, Language, UnitsField...) endpoints.| Enum Constant and Description |
|---|
allyCode |
gear |
gearLevel |
gp |
level |
mods |
player |
starLevel |
type |
updated |
zetas |
| Modifier and Type | Method and Description |
|---|---|
static SwgohAPI.UnitsField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwgohAPI.UnitsField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwgohAPI.UnitsField player
public static final SwgohAPI.UnitsField allyCode
public static final SwgohAPI.UnitsField starLevel
public static final SwgohAPI.UnitsField level
public static final SwgohAPI.UnitsField gearLevel
public static final SwgohAPI.UnitsField gear
public static final SwgohAPI.UnitsField zetas
public static final SwgohAPI.UnitsField type
public static final SwgohAPI.UnitsField mods
public static final SwgohAPI.UnitsField gp
public static final SwgohAPI.UnitsField updated
public static SwgohAPI.UnitsField[] values()
for (SwgohAPI.UnitsField c : SwgohAPI.UnitsField.values()) System.out.println(c);
public static SwgohAPI.UnitsField 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.