public static enum SwgohAPI.ZetaRecommendationField extends Enum<SwgohAPI.ZetaRecommendationField>
SwgohAPI.getZetaRecommendations(ZetaRecommendationField...) endpoint.| Enum Constant and Description |
|---|
credits |
details |
updated |
usage |
zetas |
| Modifier and Type | Method and Description |
|---|---|
static SwgohAPI.ZetaRecommendationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwgohAPI.ZetaRecommendationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwgohAPI.ZetaRecommendationField zetas
public static final SwgohAPI.ZetaRecommendationField details
public static final SwgohAPI.ZetaRecommendationField usage
public static final SwgohAPI.ZetaRecommendationField credits
public static final SwgohAPI.ZetaRecommendationField updated
public static SwgohAPI.ZetaRecommendationField[] values()
for (SwgohAPI.ZetaRecommendationField c : SwgohAPI.ZetaRecommendationField.values()) System.out.println(c);
public static SwgohAPI.ZetaRecommendationField 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.