Uses of Class
dev.vality.payout.manager.PayoutCancelled
-
Uses of PayoutCancelled in dev.vality.payout.manager
Methods in dev.vality.payout.manager that return PayoutCancelled Modifier and Type Method Description PayoutCancelledPayoutCancelled. deepCopy()PayoutCancelledPayoutStatus. getCancelled()PayoutCancelledPayoutCancelled. setDetails(String details)Methods in dev.vality.payout.manager with parameters of type PayoutCancelled Modifier and Type Method Description static PayoutStatusPayoutStatus. cancelled(PayoutCancelled value)intPayoutCancelled. compareTo(PayoutCancelled other)booleanPayoutCancelled. equals(PayoutCancelled that)voidPayoutStatus. setCancelled(PayoutCancelled value)Constructors in dev.vality.payout.manager with parameters of type PayoutCancelled Constructor Description PayoutCancelled(PayoutCancelled other)Performs a deep copy on other.