public static enum SwgohAPI.PlayerField extends Enum<SwgohAPI.PlayerField>
SwgohAPI.getPlayers(List, Boolean, Language, PlayerField...) endpoints.| Enum Constant and Description |
|---|
allyCode |
arena |
guildName |
guildRefId |
level |
name |
roster |
stats |
updated |
| Modifier and Type | Method and Description |
|---|---|
static SwgohAPI.PlayerField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwgohAPI.PlayerField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwgohAPI.PlayerField allyCode
public static final SwgohAPI.PlayerField name
public static final SwgohAPI.PlayerField level
public static final SwgohAPI.PlayerField guildName
public static final SwgohAPI.PlayerField guildRefId
public static final SwgohAPI.PlayerField stats
public static final SwgohAPI.PlayerField roster
public static final SwgohAPI.PlayerField arena
public static final SwgohAPI.PlayerField updated
public static SwgohAPI.PlayerField[] values()
for (SwgohAPI.PlayerField c : SwgohAPI.PlayerField.values()) System.out.println(c);
public static SwgohAPI.PlayerField 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.