Uses of Enum Class
org.api.manapool.model.EnumLangages
Packages that use EnumLangages
-
Uses of EnumLangages in org.api.manapool.model
Subclasses with type arguments of type EnumLangages in org.api.manapool.modelMethods in org.api.manapool.model that return EnumLangagesModifier and TypeMethodDescriptionProduct.getLanguage()ProductQueryEntry.getLanguage()static EnumLangagesReturns the enum constant of this class with the specified name.static EnumLangages[]EnumLangages.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.api.manapool.model with parameters of type EnumLangagesModifier and TypeMethodDescriptionvoidProduct.setLanguage(EnumLangages language) voidProductQueryEntry.setLanguage(EnumLangages language) Constructors in org.api.manapool.model with parameters of type EnumLangagesModifierConstructorDescriptionProductQueryEntry(String scryfallId, EnumLangages language, EnumFinish finishId, EnumCondition condition, double price, Integer quantity)