Uses of Enum Class
org.api.manapool.model.EnumCondition
Packages that use EnumCondition
-
Uses of EnumCondition in org.api.manapool.model
Subclasses with type arguments of type EnumCondition in org.api.manapool.modelMethods in org.api.manapool.model that return EnumConditionModifier and TypeMethodDescriptionProduct.getCondition()ProductQueryEntry.getCondition()static EnumConditionReturns the enum constant of this class with the specified name.static EnumCondition[]EnumCondition.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 EnumConditionModifier and TypeMethodDescriptionvoidProduct.setCondition(EnumCondition condition) voidProductQueryEntry.setCondition(EnumCondition condition) Constructors in org.api.manapool.model with parameters of type EnumConditionModifierConstructorDescriptionProductQueryEntry(String scryfallId, EnumLangages language, EnumFinish finishId, EnumCondition condition, double price, Integer quantity)