public static enum SwgohAPI.SquadRecommendationField extends Enum<SwgohAPI.SquadRecommendationField>
SwgohAPI.getSquadRecommendations(SquadRecommendationField...) endpoint.| Enum Constant and Description |
|---|
aat |
dstb |
events |
gsummary |
haat |
lstb |
psummary |
rancor |
sith |
twdefense |
updated |
| Modifier and Type | Method and Description |
|---|---|
static SwgohAPI.SquadRecommendationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwgohAPI.SquadRecommendationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwgohAPI.SquadRecommendationField rancor
public static final SwgohAPI.SquadRecommendationField aat
public static final SwgohAPI.SquadRecommendationField haat
public static final SwgohAPI.SquadRecommendationField sith
public static final SwgohAPI.SquadRecommendationField events
public static final SwgohAPI.SquadRecommendationField twdefense
public static final SwgohAPI.SquadRecommendationField lstb
public static final SwgohAPI.SquadRecommendationField dstb
public static final SwgohAPI.SquadRecommendationField psummary
public static final SwgohAPI.SquadRecommendationField gsummary
public static final SwgohAPI.SquadRecommendationField updated
public static SwgohAPI.SquadRecommendationField[] values()
for (SwgohAPI.SquadRecommendationField c : SwgohAPI.SquadRecommendationField.values()) System.out.println(c);
public static SwgohAPI.SquadRecommendationField 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.