Uses of Class
dev.vality.damsel.merch_stat.PayoutCancelled
Packages that use PayoutCancelled
-
Uses of PayoutCancelled in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return PayoutCancelledModifier and TypeMethodDescriptionPayoutCancelled.deepCopy()PayoutStatus.getCancelled()PayoutCancelled.setDetails(String details) Methods in dev.vality.damsel.merch_stat with parameters of type PayoutCancelledModifier and TypeMethodDescriptionstatic PayoutStatusPayoutStatus.cancelled(PayoutCancelled value) intPayoutCancelled.compareTo(PayoutCancelled other) booleanPayoutCancelled.equals(PayoutCancelled that) voidPayoutStatus.setCancelled(PayoutCancelled value) Constructors in dev.vality.damsel.merch_stat with parameters of type PayoutCancelledModifierConstructorDescriptionPayoutCancelled(PayoutCancelled other) Performs a deep copy on other.