Uses of Enum Class
org.api.manapool.model.enums.EnumLangages
Packages that use EnumLangages
-
Uses of EnumLangages in org.api.manapool.model
Methods in org.api.manapool.model that return EnumLangagesModifier and TypeMethodDescriptionProduct.getLanguage()ProductQueryEntry.getLanguage()PriceVariation.getLanguageId()Methods in org.api.manapool.model with parameters of type EnumLangagesModifier and TypeMethodDescriptionvoidProduct.setLanguage(EnumLangages language) voidProductQueryEntry.setLanguage(EnumLangages language) voidPriceVariation.setLanguageId(EnumLangages languageId) Constructors in org.api.manapool.model with parameters of type EnumLangagesModifierConstructorDescriptionProductQueryEntry(String scryfallId, EnumLangages language, EnumFinish finishId, EnumCondition condition, double price, Integer quantity) -
Uses of EnumLangages in org.api.manapool.model.enums
Subclasses with type arguments of type EnumLangages in org.api.manapool.model.enumsMethods in org.api.manapool.model.enums that return EnumLangagesModifier and TypeMethodDescriptionstatic 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.