Uses of Enum Class
org.api.manapool.model.enums.EnumFinish
Packages that use EnumFinish
-
Uses of EnumFinish in org.api.manapool.model
Methods in org.api.manapool.model that return EnumFinishModifier and TypeMethodDescriptionPriceVariation.getFinishId()Product.getFinishId()ProductQueryEntry.getFinishId()Methods in org.api.manapool.model with parameters of type EnumFinishModifier and TypeMethodDescriptionvoidPriceVariation.setFinishId(EnumFinish finishId) voidProduct.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) -
Uses of EnumFinish in org.api.manapool.model.enums
Subclasses with type arguments of type EnumFinish in org.api.manapool.model.enumsMethods in org.api.manapool.model.enums that return EnumFinishModifier and TypeMethodDescriptionstatic 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.