Uses of Class
dev.vality.damsel.payment_processing.ShopEffectUnit
Packages that use ShopEffectUnit
-
Uses of ShopEffectUnit in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ShopEffectUnitModifier and TypeMethodDescriptionShopEffectUnit.deepCopy()ClaimEffect.getShopEffect()ShopEffectUnit.setEffect(ShopEffect effect) Methods in dev.vality.damsel.payment_processing with parameters of type ShopEffectUnitModifier and TypeMethodDescriptionintShopEffectUnit.compareTo(ShopEffectUnit other) booleanShopEffectUnit.equals(ShopEffectUnit that) voidClaimEffect.setShopEffect(ShopEffectUnit value) static ClaimEffectClaimEffect.shop_effect(ShopEffectUnit value) Constructors in dev.vality.damsel.payment_processing with parameters of type ShopEffectUnitModifierConstructorDescriptionShopEffectUnit(ShopEffectUnit other) Performs a deep copy on other.