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