Uses of Class
dev.vality.damsel.webhooker.ClaimAccepted
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of ClaimAccepted in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return ClaimAccepted Modifier and Type Method Description ClaimAcceptedClaimAccepted. deepCopy()ClaimAcceptedClaimEventType. getAccepted()Methods in dev.vality.damsel.webhooker with parameters of type ClaimAccepted Modifier and Type Method Description static ClaimEventTypeClaimEventType. accepted(ClaimAccepted value)intClaimAccepted. compareTo(ClaimAccepted other)booleanClaimAccepted. equals(ClaimAccepted that)voidClaimEventType. setAccepted(ClaimAccepted value)Constructors in dev.vality.damsel.webhooker with parameters of type ClaimAccepted Constructor Description ClaimAccepted(ClaimAccepted other)Performs a deep copy on other.