public static enum SwgohAPI.EventField extends Enum<SwgohAPI.EventField>
SwgohAPI.getEvents(Boolean, Language, EventField...) endpoints.| Enum Constant and Description |
|---|
defensiveSquadType |
descKey |
id |
instances |
nameKey |
priority |
squadType |
summaryKey |
updated |
| Modifier and Type | Method and Description |
|---|---|
static SwgohAPI.EventField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwgohAPI.EventField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwgohAPI.EventField id
public static final SwgohAPI.EventField priority
public static final SwgohAPI.EventField nameKey
public static final SwgohAPI.EventField summaryKey
public static final SwgohAPI.EventField descKey
public static final SwgohAPI.EventField instances
public static final SwgohAPI.EventField squadType
public static final SwgohAPI.EventField defensiveSquadType
public static final SwgohAPI.EventField updated
public static SwgohAPI.EventField[] values()
for (SwgohAPI.EventField c : SwgohAPI.EventField.values()) System.out.println(c);
public static SwgohAPI.EventField 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.