Uses of Class
dev.vality.damsel.payment_processing.ClaimAccepted
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ClaimAccepted in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ClaimAccepted Modifier and Type Method Description ClaimAcceptedClaimAccepted. deepCopy()ClaimAcceptedClaimStatus. getAccepted()ClaimAcceptedClaimAccepted. setEffects(List<ClaimEffect> effects)Methods in dev.vality.damsel.payment_processing with parameters of type ClaimAccepted Modifier and Type Method Description static ClaimStatusClaimStatus. accepted(ClaimAccepted value)intClaimAccepted. compareTo(ClaimAccepted other)booleanClaimAccepted. equals(ClaimAccepted that)voidClaimStatus. setAccepted(ClaimAccepted value)Constructors in dev.vality.damsel.payment_processing with parameters of type ClaimAccepted Constructor Description ClaimAccepted(ClaimAccepted other)Performs a deep copy on other.