Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentAdjustmentCancelled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentCancelled Modifier and Type Method Description InvoicePaymentAdjustmentCancelledInvoicePaymentAdjustmentCancelled. deepCopy()InvoicePaymentAdjustmentCancelledInvoicePaymentAdjustmentStatus. getCancelled()InvoicePaymentAdjustmentCancelledInvoicePaymentAdjustmentCancelled. setAt(String at)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCancelled Modifier and Type Method Description static InvoicePaymentAdjustmentStatusInvoicePaymentAdjustmentStatus. cancelled(InvoicePaymentAdjustmentCancelled value)intInvoicePaymentAdjustmentCancelled. compareTo(InvoicePaymentAdjustmentCancelled other)booleanInvoicePaymentAdjustmentCancelled. equals(InvoicePaymentAdjustmentCancelled that)voidInvoicePaymentAdjustmentStatus. setCancelled(InvoicePaymentAdjustmentCancelled value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCancelled Constructor Description InvoicePaymentAdjustmentCancelled(InvoicePaymentAdjustmentCancelled other)Performs a deep copy on other.